Hello Peter,
I am facing the same scenario, I have removed auto height and my nested grid is created dynamically and still I don’t see the vertical scroll
when i am using the nested grid. Let me know what I have missed. Also when I use aggregate in nested grid the details a re displayed on the top of the nested grid. Please let me know how this can be fixed.
Below is the code for binding my nested grid.
$(grid).jqxGrid({
width: 1000,
groupable: false,
showfilterrow: true,
altrows: true,
filterable: true,
sortable: true,
columnsresize: true,
showaggregates: true,
source: dataAdapter,
columns: [My columns]
});
Row details template of my parent is as follows
rowdetailstemplate: {
rowdetails: ‘
‘,
rowdetailshidden: true
}
Please need help as soon as possible.
Thanks in advance