Tree.getSelectionModel().deselectAll() after this item in tree not selected any more if deselect like this List<TreeItem> list = tree.getSelectionModel().doGetSelectedItems()
and deselect by item it wrok normal (Item select after this)
Tree.getSelectionModel().deselectAll() doesn't work in gxt 2.2.3
Tree.getSelectionModel().deselectAll() doesn't work in gxt 2.2.3
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 issues? Will it be fixed in the next release, and when would that be?