try to recompile the ShowCase
with the code
Effectively the parentItems arn't selectable, but the leaves aren't selectable too
The "Office Paper Products" -> "Calculator Rolls" -> "Adding Machine/calculator Rol" is a leaf (in fact it display "no sub categories"), but it isn't selectable.
(idem in
with the code
)
[SmartGWT version 2.2 - Iexplorer 8.0]
Code:
com.smartgwt.sample.showcase.client.combobox.PickTreeFieldSampl.java
Code:
categoryItem.setCanSelectParentItems(false); (at line 72)...
The "Office Paper Products" -> "Calculator Rolls" -> "Adding Machine/calculator Rol" is a leaf (in fact it display "no sub categories"), but it isn't selectable.
(idem in
Code:
com.smartgwt.sample.showcase.client.menu.MenuTreeBindingSample.java
Code:
mCategory.setCanSelectParentItems(false); (added at line 62)
[SmartGWT version 2.2 - Iexplorer 8.0]