Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.23 KB

grid-enable-operations-for-object-column.md

File metadata and controls

31 lines (23 loc) · 1.23 KB
title description type page_title slug tags res_type component
Enable Grid Operations for Grid Object Column
An example on how to enable the Grid operations (sorting, filtering, grouping) for a column which represents a compound object with Telerik UI for ASP.NET Core.
how-to
Enable Grid Operations for Compound Object Column | Telerik UI for ASP.NET Core Grid
grid-enable-operations-for-object-column
aspnet, core, dotnet-core, kendo, kendo-ui, grid, columns, operations, filtering, sorting
kb
grid

Environment

Product Grid for Progress® Telerik® UI for ASP.NET Core

Description

How can I enable sorting, filtering, and grouping for a column which holds complex object values in the Grid HtmlHelper?

Solution

For the complete implementation on how to enable sorting, filtering, and grouping in a Kendo UI Grid for ASP.NET Core when a Grid column represents complex object values, refer to this GitHub project demonstrates how to .

See Also