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

Performanse combobox, angularjs integration

5 Answers 65 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Alexandr
Top achievements
Rank 1
Alexandr asked on 15 Mar 2016, 08:29 PM
How can I optimize the performance of the combobox with datasourse = 2.5k items? Data entry noticeable delay, java script blocks in the browser search time elements

5 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 16 Mar 2016, 07:09 AM
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
 
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
Venelin
Telerik team
answered on 17 Mar 2016, 09:04 AM
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
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Integration with other JS libraries
Asked by
Alexandr
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Alexandr
Top achievements
Rank 1
Share this question
or