Earlier we were using 2.8 and now we are using 3.2.1 version of JQWidgets. We found different behavior of ‘autoheight’ option in both version.
This option sets height to pixel in 2.8 whereas it sets height remains same to percentage in 3.2.1.
We are setting height to 100% while creating grid and after grid loads we are setting ‘autoheight’ option to true.
Here height needs to be in pixel when we use ‘autoheight’ option. Because parent which contains JQXGrid DOM element is having style ‘height:auto;’.
Can you please help out in this issue?
Thanks in advance.
Regards,
Harsh