Categories | Question details Back To List | ||
(1) For paginal
output, is there a way to get the current page number and the total number of
pages avai... (1) For paginal
output, is there a way to get the current page number and the total number of
pages available? Object:
dhtmlXGridObject
What are the parameters passed to the callback function? Answer posted on Mar 14, 2007 14:52 (1) There is a currentPage property in dhtmlxGrid. Try to use next approach: var curPage=mygrid.currentPage;
page - new selected page ( zero based page index ) startRowInd - start row index ( index of firs row on page ) lastRowInd - last row index (index of last row on page)Answer posted by Stanislav (Support) on Dec 09, 2014 09:00 I hope this information will be enough for you. But you also can have a look at data grid control and gaint chart. |