jQuery UI Widgets Forums Grid RowDetails auto height

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • RowDetails auto height #9745

    himaja
    Member

    Hi,

    How can auto height be set to row details.
    There should not be any scroll bar enabled for nested grid(child grid) and the inner grid should expand all through.
    I have checked below template

    $(‘#grid’).jqxGrid({ rowdetailstemplate: { rowdetails: ”

    Notes

    “, rowdetailsheight: 200 });

    But was not able to identify the property to set autoheight. Setting autoheight as below is not making any difference.

    rowdetailstemplate: { rowdetails: “

    “, autoheight: true, rowdetailshidden: true },

    Please suggest.

    Thanks

    RowDetails auto height #9750

    Dimitar
    Participant

    Hello himaja,

    Please check out the forum topic Dynamic rowdetailsheight?.

    Best Regards,
    Dimitar

    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.