How to read the radgrid values to datatable and rebind the modified table values to Radgrid from client side(javascript).
With Best Regards,
Thippa reddy
1 Answer, 1 is accepted
0
Veli
Telerik team
answered on 18 Nov 2010, 11:00 AM
Hi Thippa,
Do you mean you need to get the data from the edited items in RadGrid? If this is the case, you need to find the HTML DOM elements and RadControls instances that are initialized in your edit items and get their values. Note, however, that you cannot rebind and update the grid values on the client. Client-side data editing is not supported, so you will need to postback to save the changes, close the edited item forms and rebind the grid to reflect the changes.
If this is not what you meant, can you, please, clarify.