I using DropDownlist in RadGid when i Load 15000 record,
the webpages will be crash.
Please help me for large data with DropDownListBox in RadGrid control.
Thanks!
Luu Minh Tung
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 20 Oct 2008, 10:51 AM
Hi Tung,
Having such large amount of items generated for each dropdown editor in grid row can introduce significant performance penalty indeed (since huge amount of html is parsed and rendered for each edited grid row).
That is why I suggest you wrap RadComboBox instance inside a template column of RadGrid and generate the items for the combobox on demand as demonstrated in the sample projects from this knowledge base article.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.