I have a similar situation but I simply cannot get the scroll bars to display. I have set my rowdetailsheight: 150 in the rowdetailstemplate and set the height of the sub-grid to 140. What am I missing?
grid.jqxGrid({ altrows: true, source: detailsAdapter, width: 850, autoheight: true, height: 140, columns: […]}) ;
and
rowdetailstemplate: { rowdetails: “<div id=’grid’ style=’margin: 0px;’></div>”, rowdetailsheight: 150, rowdetailshidden: true } …
So any help would be appreciated.