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

Read the Radgrid values to table in client side

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Thippa Reddy
Top achievements
Rank 1
Thippa Reddy asked on 15 Nov 2010, 08:58 AM
Hi,

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

Sort by
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.

Veli
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Thippa Reddy
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or