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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • Paging question #8795

    DavidSimmons
    Participant

    How can I remove the Go to page and Show Rows from the paging?

    Paging question #8797

    DavidSimmons
    Participant

    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.

    Paging question #8807

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Paging question #8879

    DavidSimmons
    Participant

    I 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.

    Paging question #8886

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Paging question #9381

    prasmin
    Participant

    I 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.

    Paging question #9385

    Peter Stoev
    Keymaster

    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 Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Paging question #9389

    prasmin
    Participant

    Dear 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

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.