3 Answers, 1 is accepted
0
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
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.