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

Inline editing without a full grid rebind?

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kate
Top achievements
Rank 1
Kate asked on 29 Jul 2014, 12:14 PM
I have a RadGrid containing anywhere from 26 records to a few hundred. Unfortunately, there are some complex data manipulations going on to fill the datatable which i then bind to the grid. This can take 2 seconds for the 26 records and up to 12 seconds for the several hundred records. It's fine for first hit on the page but I want to be able to click edit and cancel without doing a grid rebind. Is this possible? 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Jul 2014, 05:49 AM

Hi Kate,

RadGrid is designed so that it needs to call it's Rebind() method when the commands listed in this article are fired. If the grid performance is slow try implementing the approaches listed in the performance optimization.

Additionally you could try using custom paging in RadGrid so that only data for the items on the current page is retrieved from the database.

Alternatively you might also consider using Batch editing for RadGrid. This editing mode allows the user to make multiple changes and then submit them with a single request to the server.

Thanks,
Princy.
Tags
Grid
Asked by
Kate
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or