Display large amount of data in the ASP.NET datagrid

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I would like to create a Datagrid which should display thousands of rows (upto 5000 rows) based on a filter criteria provided by the end user. There would be about 8-10 columns in the datagrid. End user would not like paging on the datagrid and all the rows
should be displayed in a scrollable data grid. User should be able to select multiple rows and click on a button for further processing.
Having said this, is there a limit on the number of rows that can be displayed in a datagrid? Would the performance be majorly affected by displaying 5000 rows in a scrollable datagrid without paging? If so, are there any alternatives to this problem.
I would really appreciate any inputs.
Thank you!

View the full article
 
Back
Top