I have used property autoheight: true along with autorowheight: true , then only my Grid(nested grid) is not properly rendered.
I also put both above properties in sample >> http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/nestedgrids.htm
in both grids(outer and inner grid) but here also Grid is not rendered.
If I add autoheight and autorowheight property to inner grid only then nested grid rendered properly and Auto Row Height also works fine, but when I apply autoheight and autorowheight property to outer grid only then again grid is not properly rendered.
Please advise on this.