Reloading dhtmlx grid using divid

Hi, Good Morning,

I am using dhtml grid and also i am creating multiple grid dynamically. I want to refresh data alone in grid. But i do not have dhtmlx object to use “load” option. If i use below code, entire table is cleared and i need to re initialize headers and other options again.
var myGrid = new dhtmlXGridObject(divid);
why because i do not have this mygrid object to refresh directly. Kindly advice how to reload data alone by using divid

Thanks,

Unfortunately the operations with the grid objects using the container id are not supported.
You need to use the grid name:
myGrid.clearAll();
docs.dhtmlx.com/api__dhtmlxgrid_clearall.html