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

You can fully reload grid by using

grid.clearAll()
grid.load(url);

or refresh only some rows by using

grid.updateFromXML(url);

dhtmlx.com/docs/products/dhtmlxG … 2641473000