-
10 Feb 2013 2:49 AM #1
[GXT2.2.6] Grid column alignment issue
[GXT2.2.6] Grid column alignment issue
Hi,
I have ordered GXT 2.2.6 for grid column alignment fixeing.
However, after I upgraded to 2.2.6, the column alignment issue still exists.
Does 2.2.6 have this issue fixed?
column alignment.png
the steps I used:
1. expand one of column width by mouse
2. click one of column to sort
-
10 Feb 2013 11:18 AM #2
I'm not able to reproduce this on http://www.sencha.com/examples-2/#basicgrid (also running 2.2.6, as the title indicates) - can you confirm that you also cannot reproduce it there? If you can, can you give the browser, OS, and exact series of steps you are using?
If you cannot see it there, can you provide a runnable example that demonstrates the issue?
-
10 Feb 2013 11:38 AM #3
Hi Colin,
Thank you for the reply.
My environment is Firefox 18.0.2, and Window XP sp3.
I did a try on examples-2#basicgrid, and can't reproduce neither.
and it takes time for preparing a example, I'll attach later.
BTW, I found a work around solution by calling GridView.onColumnSplitterMoved() after GridView.doSort().
The refresh which is called in doSort() causes the column alignment issue, so I call onColumnSplitterMoved() after refresh event is handled.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote