This is a migrated thread and some comments may be shown as answers.

Grid multi filter slow to render with large number of items

3 Answers 500 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rwb
Top achievements
Rank 2
rwb asked on 28 Jul 2016, 08:01 AM

http://dojo.telerik.com/ACEri

 

(Scroll to the bottom to set the number of items in the multi.)

3 Answers, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 01 Aug 2016, 08:27 AM
Hi Richard,

The Filter MultiCheck is not designed for scenarios, involving such a large number of items, as it would be impractical to expect from the user to scroll down through thousands of items in order to check the ones he wants to include in the filter.

For such scenarios I can recommend using the Kendo UI AutoComplete:

http://demos.telerik.com/kendo-ui/grid/filter-row

... or creating a custom widget that can combine the server filtering and/or virtualization functionalities of a Kendo UI AutoComplete, and the technique for creating a checkbox filter menu, as demonstrated in the following how to article:

http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/checkbox-filter-menu

If you need further assistance with the custom implementation, you can check out the Telerik Professional Services that provide custom-tailored solutions, and widget customizations that best match the specifics of the given scenario:

http://www.telerik.com/professional-services

Let me know if you are interested, and I will arrange for someone from the team to contact you.

Regards,
Dimiter Topalov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
0
rwb
Top achievements
Rank 2
answered on 01 Aug 2016, 02:22 PM

MultiSelect seemed to be the way to go.

 

http://dojo.telerik.com/ACEri/2

 

Works well with a dataSource that has serverFiltering (the above example is slow since it doesn't have server filtering which means JS must both create a large data source and filter it).

0
rwb
Top achievements
Rank 2
answered on 01 Aug 2016, 02:22 PM
In http://dojo.telerik.com/ACEri/2 try 111 in the search box.
Tags
Grid
Asked by
rwb
Top achievements
Rank 2
Answers by
Dimiter Topalov
Telerik team
rwb
Top achievements
Rank 2
Share this question
or