Categories | Question details Back To List | ||
PAGINATION NOT WORKING The pagination is enabled using the function mygrid.enablePaging(true,25,'auto','pageGrid',false,null); The main grid and the pagination div are placed as follows <TABLE cellSpacing=0 cellPadding=0 align="center" width="100%" border=0> <TR> <TD > <%@ include file="/include/Header.jspf"%> </td> </tr> <tr> <td> <div id="abc" style="height:auto; width:auto;background-color:white;"></div> </td> </tr> <tr> <td> <div id="pageGrid" name="pageGrid"> </div> </td> </tr> </table> Still the pagination is not displayed Answer posted by dhxSupport on Oct 06, 2009 10:03 Unfortunately we cannot reproduce this issue by information provide by you. Please send us complete demo where we can reproduce it. You can find complete demo information here http://www.dhtmlx.com/docs/support/what_is_a_completed_demo.htm. Please send this example directly to the support@dhtmlx.com. |