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

RAD Grid Post Using JQuery

1 Answer 129 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jaish
Top achievements
Rank 1
Jaish asked on 09 Mar 2015, 10:02 AM
I have a RAD grid with around 100 rows and need to submit each of the rows to database. As of performance constraints, we planned to do the submission through client side using JQuery. What's the best way to collect each RAD grid row data from client side and push it to server? 

1 Answer, 1 is accepted

Sort by
0
Accepted
Viktor Tachev
Telerik team
answered on 12 Mar 2015, 06:40 AM
Hello Jaish,

If you need to bind RadGrid on the client you can bind it to RadClientDataSource. The controls can be integrated out of the box.

Thus, you can use a Web Service to provide data for RadGrid. In addition, when Batch Editing is enabled for the grid you can send multiple changes in a single request.

Check out the following online demo that illustrates the functionality.



Regards,
Viktor Tachev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Jaish
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or