Hello,
First of all, great job. jqwidget became my favorite développemnt library for web applications.
I have problems after upgrading version 2.8.3 to 2.9.2.
My window is divided vertically into two parts with jqxsplitter. In one of the areas I have a jqxgrid that have a height and width of 100%.
With version 2.8.3, when I changed the size of the areas with the splitter, my jqxgrid update the dimension of the grid correctly.
Now with version 2.9.2, I have concerns. When I reduce the area, the size of my table decreases. But when I increase the size of the area jqxgrid no longer updates the width.
Same things with an horizontal splitter, jqxgrid no longer updates the height.
Problems with new configuration of the widget in version 2.9.2????
Thank you.