jQWidgets Forums

jQuery UI Widgets Forums Grid Grid Rows with Paging

This topic contains 2 replies, has 2 voices, and was last updated by  realtek 11 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Grid Rows with Paging #30245

    realtek
    Participant

    Hi,

    When paging is set to true and the grid is 100% height and width for example, the number of rows in the grid does not fill up to as many as can fit inside the grid.

    It seems to only display the amount specified in the status bar.

    Is it possible to get it to work out how many can fit on the page and divide that accross the pages?

    Thanks

    Grid Rows with Paging #30246

    Peter Stoev
    Keymaster

    Hi realtek,

    When Paging is enabled, the Grid displays records depending on the “pagesize” property.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid Rows with Paging #30343

    realtek
    Participant

    Thanks Peter,

    It would be good if there was an “auto” option for this, where it worked out how many it could display on a page depending on the height.

    I guess for now I will try to implement it manually by determining how many rows I could fit on the page by calculating the height of the splitter its in.

    Thanks

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

You must be logged in to reply to this topic.