jQuery UI Widgets › Forums › Grid › jqxgrid and jqxsplitter: problem updating the dimensions of the grid
Tagged: datagrid, grid inside splitter, jqwidgets grid
This topic contains 3 replies, has 2 voices, and was last updated by zian974 12 years, 9 months ago.
-
Author
-
July 10, 2013 at 1:05 pm jqxgrid and jqxsplitter: problem updating the dimensions of the grid #24941
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.
July 10, 2013 at 1:20 pm jqxgrid and jqxsplitter: problem updating the dimensions of the grid #24944Hi,
If you experience an issue, then please provide a sample which demonstrates it so we will be able to test your scenario. In addition, please provide step by step instructions on how to reproduce it.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comJuly 10, 2013 at 2:04 pm jqxgrid and jqxsplitter: problem updating the dimensions of the grid #24948Update: I prepared my own test with Splitter and Grid with Size set in percentages which is added to one of the Splitter panels. I confirm the issue. We will do our best to resolve it for the next release. As a workaround, you may manually handle the Splitter’s resize event and call the Grid’s “refresh” method.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comJuly 10, 2013 at 5:11 pm jqxgrid and jqxsplitter: problem updating the dimensions of the grid #24962Hi Peter,
Thank you for the reply and confirmation of the problem.
I looked forward to the netx release.
I tried with success the Grid’s “refresh” on the splitter resize event and it is OK although in my case I have several grids in differents tabs.Best Regards,
Zian -
AuthorPosts
You must be logged in to reply to this topic.