:: Forum >>

How to set up the grid as a pageable resultset

Hi:

I need to use the grid control to show data from a pageable resultset in the server. I would prefer to build the grid control only de first time (the http request generates an html page with the javascript code to generate de grid and ask for the first page data), and in the next pages transfer only XML data from the server to the navigator. I would prefer to avoid the sentence 'document.write(obj)' each time the user get a new page. Is it possible to do it?

Thanks.
finiesta
Monday, July 17, 2006
Check the in xml loading example - /examples/old/load xml.htm

function load(url){
    table.setURL(url);
    table.request();
}
Alex (ActiveWidgets)
Monday, July 17, 2006

This topic is archived.


Back to support forum

Forum search