Categories | Question details Back To List | ||
how t customize paging in dhtmlx grid Hi, i'm new to dhtmlx grid.can u please tell how to customize the paging in grid.Actually my requirements in paging has to be appear on top right corner of the grid with only next and previous buttons. Answer posted by dhxSupport on May 06, 2009 01:14 Method enablePaging(fl,rowsPerPage,pagesInGroup,pagingArea,recInfoEnabled,recinfoArea); has parameters: # fl - true to enable paginal output # recinfoArea - ID of element to append Records Info to (by default it will be append to paging panel) You can place elements with id's pagingArea and recinfoArea at any place on your page |