Categories | Question details Back To List | ||
Paging grid, no table.. Hi, We want to use the paging method from the paging gird example on http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/14_loading_big_datasets/10_pro_paging_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 Answer posted by dhxSupport on Sep 24, 2009 02:15 |