jQuery UI Widgets › Forums › Grid › autorowheight property not working in grid inside grid(nested grid)
Tagged: autoheight, autorowheight, grid, jqxgrid, nested grids
This topic contains 3 replies, has 2 voices, and was last updated by preetam 12 years, 6 months ago.
-
Author
-
I am showing data in Grid inside Grid(nested grid), I take refrence from >> http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/nestedgrids.htm
I also used properties(autorowheight: true, autoheight: true,) mentioned in >> http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/autorowheight.htm to automatically adjust Grid row height. But its not working, using autorowheight: true my grid is not properly rendered.
If i am not using property>> autorowheight: true then my grid is rendered properly.
But my requirement is to automatically adjust Grid row height which is not working with autorowheight: true
Please advise on this.Hello preetam,
When setting the property autorowheight to true, you also have to set the autoheight property to true.
We also suggest updating to the latest version of jQWidgets (2.9.3). Newer versions prompt the user for improperly set properties.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/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.Regards,
PreetamLooks like issue with jQWidgets(2.9.1), I have downloaded jQWidgets(2.9.3) and my scenerio works fine with new version of jQWidgets.
-
AuthorPosts
You must be logged in to reply to this topic.