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

ComboBox with large remote dataSource

3 Answers 193 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 13 Dec 2013, 11:19 AM
Hi Kendo Team:
What's the solution you give for kendo ComboBox with remote dataSources that return thousands of rows? Paging? Virtual Scrolling?
The demos only show comboBoxes with just a few records. Could you provide any sample, please?

Kind regards,
Oscar.

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 13 Dec 2013, 11:45 AM
Hello Oscar,

The Kendo UI Combobox does not support paging or virtual scrolling. In general you can set the minLength property and turn on the server filtering, so you can reduce the client operations.

Using a Combobox to display thousands of options is not a good approach from UI standpoint, so I would also suggest you to reconsider the way you use the widget in your project.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Oscar
Top achievements
Rank 1
answered on 13 Dec 2013, 01:00 PM
Thank you Kiril for answering so quickily.
So what kendo control would you use to select an item that you don't know what it is? Imagine you have to enter a product item or a ZIP Code.
0
Kiril Nikolov
Telerik team
answered on 13 Dec 2013, 01:18 PM
Hello Oscar,

You can take a look at the AutoComplete along with server filtering and reasonable minLength configuration. This way you will not load thousands of items in the DOM, which will speed up the application.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ComboBox
Asked by
Oscar
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Oscar
Top achievements
Rank 1
Share this question
or