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

Improving Grid performance

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Parag
Top achievements
Rank 1
Parag asked on 12 Mar 2013, 06:39 PM
Hi All,

We have couple of pages in our application whcih will have grids with huge amounts of data. Agreed to an extent the number of rows on grid can be controlled by paging but i feel its really performance intensive because it has to redraw all the rows currently shown on the screen for any grid action.. if i just want to edit 1 row i should be able to ajaxify it to return and refresh only 1 TR from the table.

Is that possible? 

ThanKS,
pARAG

1 Answer, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 15 Mar 2013, 10:28 AM
Hi Parag,

Unfortunately, RadGrid does not support the described functionality. When making an request to the server RadGrid should recreate all items in order to put one row in edit mode. Note that this behavior is observed across all ASP.NET controls and it is caused from the way ASP.NET AJAX have been designed and implemented.

Additionally, you could take a look at the help articles in the RadGrid Performance section.

Kind regards,
Antonio Stoilkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Parag
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or