Hi,
We want to use the paging method from the paging gird example on dhtmlx.com/docs/products/dht … ng_wt.html. But our grid is directly attached to a layout and there is no table availble to put grid and content in:
grid = layout.cells(“b”).attachGrid();
So the ‘recInfoArea’ in the sample is not available:
mygrid.enablePaging(true, 10, 3, “recinfoArea”);
mygrid.setPagingSkin(“toolbar”, “dhx_skyblue”);
How can we easily solve this?
Thanks,
Frank