Categories | Question details Back To List | ||
How can i refresh grid in html table Hi, i'm new to this dhtmlx grid concept...can any one please tell me how can i refresh the grid in html table..help needed urgent please Answer posted by Support on May 18, 2009 02:53 You can fully reload grid by using grid.clearAll() grid.load(url); or refresh only some rows by using grid.updateFromXML(url); http://dhtmlx.com/docs/products/dhtmlxGrid/samples/initialization_loading/grid_refresh.html?un=1242641473000 |