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

DropDownlist with 15000 record

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tung
Top achievements
Rank 1
Tung asked on 16 Oct 2008, 02:11 PM
Dear Team!

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

Sort by
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.
Tags
Grid
Asked by
Tung
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or