jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Paging question
This topic contains 7 replies, has 3 voices, and was last updated by prasmin 12 years, 7 months ago.
-
AuthorPaging question Posts
-
How can I remove the Go to page and Show Rows from the paging?
Also, is the paging buttons on a addressable component like statusbar? I would like to add some buttons, Add, Delete, and Refresh on the same bar.
Hi David,
To customize the Pager, see this help topic: jquery-grid-paging.htm. The status bar is an empty area under the pager. You can add any widget into it. This is demonstrated in this sample: statusbar.htm.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comI understand the statusbar.htm example, but I am not seeing how I might get my buttons on the paging bar. I would really rather not have the statusbar and the paging bar if possible.
Hi David,
The help topic from my previous post jquery-grid-paging.htm. shows how to customize the Pager bar. You can add any content into it.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comI have implemented the status bar below the grid. Now in the same it shows me go to page: and the text box. After the user enter the value in the text box he can jump directly to entered page. Now this raises the question that how many pages are there in the data and I did not find any way to show total numbers of pages that exist. Although I did only find that if you get paging information it is possible to know via custom status bar, but if in ready made the total pages is not been display. Is there any way to display this total number of pages by
Go To Page: (TextBox) of Total Page
Please let me know if this is possible.
Hi prasmin,
The number of pages depends on the page’s size and the number of records. Here’s a demo with custom Pager implementation: custompager.htm.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comDear Peter,
Thanks for your reply. But I am not able to explain you properly. Please note that the default status bar is fine for our functionality except for the display of the total pages. If the display of total pages is shown after the textbox for entering value of goto page, this would be the best. Also, we were using other grid which has such functionality, but looking at simplified deployment are willing to get shifted on this grid.
Regards.
Prasmin
-
AuthorPosts
You must be logged in to reply to this topic.