SC Version : Smart Client version 9.0
Browser Version: FireFox 10.0.11 ( All supported and Latest Browser ).
while deleting a parent node (which have atleast 1 child) in the tree and using the tree open state to maintain the previous state, it fails to retain the original state.
It works fine while deleting the leaf node in the tree.
Browser Version: FireFox 10.0.11 ( All supported and Latest Browser ).
while deleting a parent node (which have atleast 1 child) in the tree and using the tree open state to maintain the previous state, it fails to retain the original state.
It works fine while deleting the leaf node in the tree.
Code:
treeOpenState = treeGrid.getOpenState();
treeGrid.setOpenState(treeOpenState);