Completed
Last Updated: 27 Jul 2021 15:26 by ADMIN
Kevat
Created on: 01 Jun 2018 19:28
Category: Grid
Type: Feature Request
2
Automate filtering, sorting and paging capabilities
I find myself reusing similar/identical code in order to implement filtering, sorting and virtual paging. In almost all cases, I am simply applying the filters, sort and determining the records to select based on the page as shown in the API.

This code should be inbuilt into the kendo grid. If filterable is true, kendo should implement the filter change event and apply filters automatically; the users should not be forced to define what happens on filter change for every grid instance. Similarly, if sortable is true, the kendo grid should automatically implement default sort functionality.

The same would also be useful for virutal scrolling. If scrollable is set to 'virtual', then the view to be shown in the grid should be automatically calculated on page change.
2 comments
ADMIN
Svet
Posted on: 27 Jul 2021 15:26

Hi Kevat,

You can use the built-in DataBiningDirective that supports the Grid data operations out-of-the-box. Please see the following article:

https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/automatic-operations/#toc-built-in-directive

Regards,
Svet
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Kevat
Posted on: 01 Jun 2018 19:31
EDIT: I meant to say "Automate filtering, sorting and virtual scrolling capabilities"