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