Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by aalekhya on Dec 01, 2008 22:16
open dhtmlx forum
issue with paging

Hi,
Iam using pagination in my code.In that the message at the top and bottom is not visible.Means at the top it is not showing "results of..." and in the bottom pagenumbers are not displayed.
Here is my code in jsp
<table width="600">
<tr>
<td id="recinfoArea"></td>
</tr>
         <tr>
             <td>
                <div id="gridbox" width="100%" height="150px" style="background-color:white;overflow:hidden"></div>
             </td>
</tr>
<tr>
<td id="pagingArea"></td>
</tr>
              </table>

I write below code in javascript
mygrid.enablePaging(true,2,null,"pagingArea",true,"recinfoArea");
I included pgn.js file also.Paging is working but number of pages are not displayed.Please provide me soultion.

Thanks,
aalekhya
Answer posted by Support on Dec 02, 2008 02:04
The same html snippet works correctly in local samples. ( working sample sent by email ) 
Please be sure that 
a) the command executed after html rendered
b) thera no more zones with the same IDs on the page

If issue still occurs - please provide any kind of sample where issue can be reconstructed. You can send it directly to support@dhtmlx.com