5 Answers, 1 is accepted
0
Hi Alexandr,
Please refer to this help article which explains how to handle large data sets with combo box widget: http://docs.telerik.com/kendo-ui/controls/editors/combobox/virtualization.
Also, you can check the related demo: http://demos.telerik.com/kendo-ui/combobox/virtualization
Regards,
Venelin
Telerik
Please refer to this help article which explains how to handle large data sets with combo box widget: http://docs.telerik.com/kendo-ui/controls/editors/combobox/virtualization.
Also, you can check the related demo: http://demos.telerik.com/kendo-ui/combobox/virtualization
Regards,
Venelin
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Alexandr
Top achievements
Rank 1
answered on 16 Mar 2016, 09:38 AM
Forgot point, I do not get the data from the server, it is stored on the client
0

Alexandr
Top achievements
Rank 1
answered on 16 Mar 2016, 09:53 AM
It seems to me the problem is that each time a key is pressed when typing kendo goes through thousands of items 2.5 and blocks browser.
0

Alexandr
Top achievements
Rank 1
answered on 16 Mar 2016, 09:55 AM
I would like to replace the search function on your kendo that looks like this https://jsfiddle.net/biff/2scjgu7a/3/. Do you know how to implement it?
0
Hi,
"It seems to me the problem is that each time a key is pressed when typing kendo goes through thousands of items 2.5 and blocks browser."
Then you can configure the minLength property: http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox#configuration-minLength . As described in the documentation: "The minimum number of characters the user must type before a search is performed. Set to higher value than 1 if the search could match a lot of items."
Regards,
Venelin
Telerik
"It seems to me the problem is that each time a key is pressed when typing kendo goes through thousands of items 2.5 and blocks browser."
Then you can configure the minLength property: http://docs.telerik.com/kendo-ui/api/javascript/ui/combobox#configuration-minLength . As described in the documentation: "The minimum number of characters the user must type before a search is performed. Set to higher value than 1 if the search could match a lot of items."
Regards,
Venelin
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!