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

Question about Drop Down Lists in grids

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 29 Nov 2011, 01:23 AM
I just stumbled across this KendoUI and am very intrigued, but I will admit I have not yet downloaded it so bear with me on this total noob question:

In the type of applications I am constantly requested to create, I need to deal with putting in large drop down lists (5000+ items) within the rows of a grid.  

The challenge using HTML has been that you either have to send the whole page with the entire content of the drop downs in every row or try to incorporate some form of AJAX on the on-click event of the drop down (which causes a round-trip hit on the server).  

The problem is that list content doesn't change between rows, so the user is constantly dealing with either slow loading pages, or server hits as they tab through the rows.   Both of which are annoying.

So, my question is: does somehow KendoUI provide some capabilities for re-using drop down list content within grids to alleviate this issue?


1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 01 Dec 2011, 09:36 AM
Hello Steven,

Although, there is not such functionality out-of-the-box you may try using a single DataSource component to populate all of the KendoUI DropDownList.

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