Hybrid View
-
21 Apr 2009 11:46 PM #1
[2.0 M1] Gridrendering and Gridselection
[2.0 M1] Gridrendering and Gridselection
Hi dev-Team,
as shown on GXT-conference we have several problems concerning the rendering of a Grid.
1. when scrolling to the last column of a grid, and reaching the end of the last column, the header does not scoll as far as the displayed rows the difference is exact the width of the scrollbar. (see scroll.png) After manually resizing one column, the scrolling works fine.
scroll.jpg
2. when expanding the header-menu, this is not displayed correctly (see menu.png)
menu.jpg
Can you help me with that?
Regards,
Mark
-
22 Apr 2009 3:13 AM #2
This will be fixed with one of the next milestones.
-
23 Apr 2009 6:35 AM #3
-
25 Apr 2009 8:33 AM #4
Hi Sven,
the second issue is solved, but I still have a problem with the scollers. After using the current trunk, I tested this issue with the EditorGridTest (I inceased the width of the used columns) and got the following result.
last-column.jpg
Can you help us with that?
After resizing a column manually, everything is displayed correctly.
Regards,
Mark
-
25 Apr 2009 9:17 AM #5
Can you please explain in detail how to reproduce this?
-
25 Apr 2009 10:11 AM #6
Hi Sven,
please use
com.extjs.gxt.test\src\com\extjs\gxt\test\client\EditorGridTest.java
and change the following lines:
112: column.setWidth(200); //column.setWidth(95);
133: //grid.setAutoExpandColumn("name");
Then scoll to the right, and you see the described rendering-problem.
Regards,
Mark
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote