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

Combo box -Loading 4000 records

1 Answer 101 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Senthilkumar
Top achievements
Rank 1
Senthilkumar asked on 14 May 2015, 07:22 AM

Currently we are using the kendo combo control to load values in one of the screen in the application. The problem is that the combo takes time to load the
values are there are around 4000 records to load.

1. Is it a problem to load 4000 records in the combo control?
2. Given this scenario, we would like to have pagination as part of combo where we would able to load say 50 records per page and then navigate between pages to fetch the subsequent records.

Let us know if it would be possible to build such a custom template.

Appreciate your help.

1 Answer, 1 is accepted

Sort by
0
Plamen Lazarov
Telerik team
answered on 15 May 2015, 12:26 PM

Hello Senthilkumar,

My suggestion in this case would be to use the virtualization option, which is useful when displaying large data sets. The page size is calculated by the formula:  height/itemHeight * 4.

Please review the ComboBox / Virtualization demo. 

Regards,
Plamen Lazarov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ComboBox
Asked by
Senthilkumar
Top achievements
Rank 1
Answers by
Plamen Lazarov
Telerik team
Share this question
or