Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by j.lagos on Dec 23, 2008 01:01
open dhtmlx forum
Loading a Grid with control

I have to load a vast number of transactions onto a grid, but with timing control...

What I mean is that: Based on a timer, to every tick a callback function must return the string to be the inserted row.
I tried the smart redering, but it is not the most fit case.

My question is which is the most preferable way for DHTMLX to load my grid by this way?

Thanks in advance,
John
Answer posted by Support on Dec 23, 2008 01:30
Grid supports updateFromXML method, calling it will cause grid to request data from server and based on server side response it will change data inside existing rows or add new rows to the grid
Method can be used for live updates, because it doesn't change any other aspect of grid, so it may be used for background job.

http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/grid_refresh.html?un=1230024665000