We increased the numbers of rows to 1500 in sample on kendo ui grid filtering section.
Please refer below link it has 1500 rows and try to search by Product Name. it takes seconds to filter. Can you please check if we are missing anything.
http://plnkr.co/edit/hIAvVTUGL4N46IjiAY9a
1 Answer, 1 is accepted
0
Dimiter Topalov
Telerik team
answered on 27 Jul 2017, 10:55 AM
Hi Atiraj,
Thank you for the runnable example.
There are certain browser- and system-specific limitations, regarding the number of rows/items that can be rendered simultaneously in the Grid, beyond our control.
The Angular framework also imposes some performance penalties.
The most straight-forward options for improving the performance and rendering times of the Grid, are to enable production mode (Angular - related):
In the discussed scenario, filtering itself does not take long, but rendering all resulting rows is time and resource-consuming.
Performance can be significantly optimized via the approaches, suggested above. Here is an updated version of the plunker with enabled production mode and paging: