Hello,
It looks like Tree.getSelectionModel().deselectAll() doesn't work in gxt 2.2.3. Also, the selection mode SelectionMode.SINGLE doesn't seem to work either.
Can I work around these...
Type: Posts; User: prigole
Hello,
It looks like Tree.getSelectionModel().deselectAll() doesn't work in gxt 2.2.3. Also, the selection mode SelectionMode.SINGLE doesn't seem to work either.
Can I work around these...
Hi,
I'm experiencing unexpected behavior with the datefield. The date format I want is 'd/m/Y'. When I enter 01/10/2009 then all goes well, but on entering 1/10/2009 (I left the 0 before the 1),...