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

[Solved] Slow Auto Generated Popup Edit Page Load

1 Answer 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 31 Mar 2009, 05:37 PM
Using Q12009 RadGrid, C#, VS2008, SQL Server.  I have several pages where the autogenerated popup editor takes a long time to appear.  I think this might have to do with two GridDropDownColumns(RadComboBox Type).  One of these have several hundred possible choices and the other has a few thousand choices.  Using Fiddler I can see it is xmitting all of the DropDownList Values and Text for these comboboxes before the page appears.  How could I implement some type of incremental loading of the data in the combo box for these autogenerated popup edit fields?

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 03 Apr 2009, 02:44 PM
Hello John,

Thank you for the explanation.  To speed up the performance, you may consider implementing load on demand for the RadComboBox editors by replacing the GridDropDownColumns with template columns hosting RadComboBoxes inside their edit templates.

A sample implemenatation can be found in the KB article linked below:
http://www.telerik.com/support/kb/aspnet-ajax/combobox/using-radcombobox-with-autocomplete-as-a-custom-editor-in-radgrid.aspx

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or