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

[Solved] Manipulating Data on RadGrid

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Blues
Top achievements
Rank 1
Blues asked on 18 Nov 2009, 01:39 PM

Hi

 

Does the rad grid had a property that could let the user manipulate all the records that are bind to the grid in memory on client side and then summit all the changes to database. This is because a have to validate a specific column for all the records that are part of the same batch of records. I’m have an idea of using a data table to perform this task (update, insert, delete) records before submit changes to database. Please advice if this would be the correct approach.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 19 Nov 2009, 12:31 PM
Hi Blues,

There is no integrated mechanism in RadGrid for ASP.NET AJAX which allows you to perform batch client-side update/insert/delete operation and at a later stage process them on the server and update the data source.

If you succeed in implementing your own custom solution, we will appreciate if you post it in this public forum thread. Thus other community members can benefit from it as well. Your effort will be rewarded with Telerik points which can be used as a discount for future upgrades/purchases of our controls.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Blues
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or