Completed
Last Updated: 18 Nov 2014 11:05 by ADMIN
ADMIN
Dimitar
Created on: 09 Apr 2014 05:57
Category: TreeView
Type: Bug Report
1
FIX. RadTreeView - SelectedNodeChanged event is not fired when MultiSelect is set to true and the node is selected/deselected programmatically.
To reproduce
- Add RadTreeView with some nodes to a blank form.
- Set the MultiSelect property to true.
- Select\Deselect a node with code.
 
Resolution: 
The SelectedNodeChanged event should not be fired when selected/deselected the node programmatically. We added a new event SelectedNodesChanged which is fired when the SelectedNodes collection changes.
0 comments