Skip to Content
0
Former Member
Sep 29, 2005 at 05:09 PM

Tree MultiSelect

85 Views

Hi,

I have a tree displaying a heirarchy. This tree should have a facility of selecting multiple rows. To do this, I used the method that is most recommended, i.e. to have 2 images, one for each state of a checkbox and toggle betwwen the 2 on the onSelect event.

This is working fine except one minute detail. The onSelect should be triggered only with the item of the tree is selected and not when I click the expand/collapse image (triangle) at the side of each node. This works fine on clicking expand, i.e. the onSelect is not triggered, but on clicking collapse, the onSelect is triggered.

This is very annoying since if a user has expanded a node by mistake and has to collapse that node, the onSelect also gets fired and the state gets toggled.

Has anyone else also noticed this? I am using SP11, donno if this has been fixed in a future release.

Nirav