Categories | Question details Back To List | ||
grid pagination I'm using a trail PRO version of the dhtmlxGrid, and I cannot get pagination to function. I am getting an error in my browser advising "Object does not support this property or method". I cannot get any of the examples to work - any clear examples or advice appreciated. My code looks like this: mygrid.enablePaging(true,10,3,"pagingArea",false,"infoArea"); mygrid.setPagingSkin("bricks"); mygrid.init(); My HTML looks like this: <div id="mygrid_container" style="width:480px;height:350px;"></div> <div><span id="pagingArea"></span> <span id="infoArea"></span></div> Answer posted by dhxSupport on Mar 26, 2009 09:25 To use this method you should include file codebase/ext/dhtmlxgrid_pgn.js |