:: Forum >>

grid with an asp that return xml

I am testing grid 2.0 beta 1.
i'd like make a grid. Data source is an asp load with an xmlhttp.
i'd like in a virtual mode...

is possible? how?

thank you in advance
Matteo
Tuesday, October 4, 2005
I set this up with the old version I just downloaded the file with xmlhttp in tsv format then parsed it into a local js array. the file was produced from perl+mysql

I presume you looking in the virtual.htm what I did is treat the data in pages so say 16records per page the load them as needed from server the key line for getting data into grid is

obj.setCellText(function(i, j){return j + "-" + i});

but I had to create my own version of that in v1 alot easier now :)
J
Tuesday, October 4, 2005

This topic is archived.


Back to support forum

Forum search