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: ”
“, 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