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

Client-side data source manipulation

1 Answer 127 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jerome
Top achievements
Rank 1
Jerome asked on 17 Jan 2011, 03:24 AM
So I'm trying to accomplish something I'm finding a bit hard.

Grid on a page. I want to return to the grid a streamed set of records. JSON or XML or whatever. I need the grid to incorporate those records as they arrive on the client. Incorporating them will mean inserting them into the grid in the proper position based on some sort of sort criteria. Removing duplicates, expanding nodes, pushing results onto the next page.

Basically the server will take a long time to return all the results, and I want them to appear in the list as the server has them.

Doing this on the server isn't that hard. I already have the data being retrieved through a series of iterators just fine. Just trying to figure out the best way to deliver them client side.

Anybody have any examples of doing something like this?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 18 Jan 2011, 02:24 PM
Hi Jerome,

Have you tried the RadGrid client-side binding feature? Check out the below demos:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultvb.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/client/livedata/defaultvb.aspx

All the best,
Iana
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
Jerome
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or