Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Frank S. Waaland on Feb 05, 2009 03:23
open dhtmlx forum
Automatic refresh grid

Is there a way to refresh the grid without refreshing the whole page. We have a grid which shows inventory, and uses a layer on the same page to change value of inventory.
Answer posted by Support on Feb 05, 2009 07:26
Please check 
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/grid_refresh.html?un=1233848366000

The most common approach
   grid.clearAll();
   grid.load("new.xml")