Load 600 000 rows (6 files xml)

Hello

I would like to load 600 000 rows. The rows are in 6 differents files because I can’t write all in a file.

I have read documentation and samples and I don’t know how to do.

Can you help me?

Thanks.

The only way to load such amount of rows is to use dynamic loading. Please find tutorial here docs.dhtmlx.com/doku.php?id=dhtm … ep_by_step

Thanks for the response.

But I can’t use a server.

Can I load the 6 files dynamical? I don’t know if it possible.

Thanks.

You can use following code:

mygrid.load(url1,function(){ mygrid.load(url1,function(){ mygrid.load(url3,function(){ ... }); }) });