Rank: Member Groups: Member
Joined: 3/19/2008 Posts: 14
|
Hi again =)
I have now set AllowMultiSelect="true" and it now works to set item.Selected = true on multiple nodes, even ctrl + click is working. BUT this is only working with nodes with the same parent.
I hoped to be able to multi select nodes with different parents. Can I do that? is this a bug?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately no. You can not do that. multiSelect is restricted to the same parent on purpose so that user won't be confused about what they have selected. If you need multiSelect across nodes, you can enable checkbox on the TreeView. That way you should be able to achieve similar design.
Thanks
|