Threaded View
-
11 Jan 2013 7:35 AM #1
Borders didn't shows on the TreeGrid
Borders didn't shows on the TreeGrid
Hi folks, looks like its a bug.
Howto reproduce:
add this to the tree :
atm : nothings changedPHP Code:tree.getView().setStripeRows(true);
tree.setBorders(false);
tree.getView().setColumnLines(true);
expacted: borders like on the filtergrid
env: gxt 3.0.1 community version
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote