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

Retrieving values inserted clientside

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 09 Dec 2009, 05:08 PM
Hello,

having a look on the RadGrid demo 'Clientside Insert/Update/delete' I see that updates or insert are made using a webservice call.
This is nice but I can't use this webservice way, so my question is : I need to insert values clientside just as in this sample, could I get theses values in codebehing after a callback or ajaxrequest to my original page ?


Thank you (again) for help.

CS

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 09 Dec 2009, 06:44 PM
As long as your Grid is properly bound, and you call the rebind() function I believe you should be able to access the items through the code-behind since they will then be properly bound to the data.
Tags
Grid
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or