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.

Please check
dhtmlx.com/docs/products/dhtmlxG … 3848366000

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