jQuery UI Widgets Forums Grid All rows not displayed

This topic contains 2 replies, has 2 voices, and was last updated by  wsundet 1 year, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • All rows not displayed #121260

    wsundet
    Participant

    I use Grid with a local array and dataAdapter as the source with autorowheight for the rows when the Grid is displayed.

    I recently increased the rowheight value for the Grid in order to accomodate more data in each cell.

    After the increase in rowheight, when the grid is displayed the rows that are now off the screen because of the increase in rowheight are blank.

    If I decrease the rowheight to the original, smaller value, all rows with data fit on the screen and no rows are blank.

    Is there something I need to do in order to ensure that all rows with data are populated, even if there are not visible without vertical scrolling?

    Thank you,
    Warren

    All rows not displayed #121272

    admin
    Keymaster

    Hi Warren,

    If you use autoheight and autorowheight, the rowsheight property should not be set. Otherwise, the layout of the Grid could be broken as the rowsheight is used in layout calculations and scrolling max value. As there is no scrolling with autorowheight turned on, the rowsheight should not be set.

    Best regards,
    Peter Stoev

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

    All rows not displayed #121274

    wsundet
    Participant

    Thank you for the explanation!!!
    Warren

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

You must be logged in to reply to this topic.