View Full Version : [ISSUE] - treepanel deselect All
fother
9 Jul 2009, 11:19 AM
TreePanel tree
tree.getSelectionModel().deselectAll()
do nothing ...
fother
9 Jul 2009, 11:21 AM
add one button that on pressed call this method
tree.getSelectionModel().deselectAll()
http://www.extjs.com/examples-dev/explorer.html#checkboxtree
fother
9 Jul 2009, 11:27 AM
this dont work too
for (Model model : tree.getCheckedSelection()) {
tree.getSelectionModel().deselect(model);
}
phillyguy76
1 Mar 2011, 11:10 AM
Any luck with this? i am having same issue..Using 2.2.0 release
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.