tamsler
19 Apr 2011, 7:21 PM
We just upgraded to GXT 2.2.3 and calls to ColumnModel setHidden(...) do not work anymore.
We are using:
cm.setHidden(2, true);
The current workaround is to just call repaint() on the TreeGrid after the setHidden(...) calls, which is not optimal. Does anybody else have this problem?
Best,
-- Thomas Amsler
UC Davis
We are using:
cm.setHidden(2, true);
The current workaround is to just call repaint() on the TreeGrid after the setHidden(...) calls, which is not optimal. Does anybody else have this problem?
Best,
-- Thomas Amsler
UC Davis