I have datagrid. the source for this datagrid is a url that returns n number of rows in json format.
i want to save this result in an array and show 20 records in the grid at a time. and cycle to the next 20 records in a time interval.
How to do this? pls help.
Somethings i tried
created a httpservice and mapped it to a datagrid
-Vivek