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

accssing client side changes from server side

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
H
Top achievements
Rank 1
H asked on 04 Sep 2008, 03:20 PM
I need to develop a web page, with grid and a few fields. The grid should be updated on client side, rows will be added and deleted. When the user presses the save button, the grid and fields should be save to data base.

my question is, how can I access client's changes to grid rows from server side? I want to save all changes at once, because there are dependencies.


thanks in advnace
hava 

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Sep 2008, 01:06 PM
Hi H,

How to update/insert/delete records in RadGrid client-side using an external form you can see from the following online demo of the product:

http://demos.telerik.com/ASPNET/Prometheus/Grid/Examples/Client/InsertUpdateDelete/DefaultCS.aspx

Additionally, to commit the changes made on the client from an external button which postbacks to the server, consider traversing the Items collection of the MasterTableView and retrieve the data from the relevant cells using column unique names for identification.

Best regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
H
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or