jQWidgets Forums

jQuery UI Widgets Forums Grid Limit nr of rows

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Limit nr of rows #5031

    fmcorreia
    Member

    Hi,

    I’m trying to limit the number of rows in rowdetails to 2,3 or 4 rows, but I can’t get a property to achieve this. Even if my datasource has only 2 rows, there are presented more than 2 rows.

    Best Regards,

    Francisco Correia

    Limit nr of rows #5049

    Peter Stoev
    Keymaster

    Hi Francisco,

    By default, the Grid displays as many rows as you have in the Data Source. If you use the Grid in paging mode, the Grid renders data rows depending on the page’s size. In that mode, you can set the Grid’s autoheight property to true, if you want to make the Grid’s height to be equal to the aggregated height of the rendered rows.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.