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

Create a Jason string from Radgrid data

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pabanas
Top achievements
Rank 1
Pabanas asked on 01 Feb 2011, 06:10 PM
Dear Sir ,

                I want to create general client function which takes any RadGrid in client side and creates a Jason string in the client side for all the rows data in Radgrid . Later this Jason string can be passed to server side using web service .  I think this will be a light weight and high speed way to transfer the data to server and save it in the server side .

Pls correct me if I am wrong in my thinking .

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 07 Feb 2011, 01:37 PM
Hello Pabanas,

This is possible, however I would recommend that you use client edit with batch server update if you need to speedup the update/delete operations. This way you will combine the advantages of the server-side binding while avoiding the postbacks when updating/deleting items.
Client edit with batch server update

Kind regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start 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
Pabanas
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or