Declined
Last Updated: 06 Nov 2014 12:38 by ADMIN
Stuart Hemming
Created on: 02 May 2013 09:04
Category: TreeView
Type: Feature Request
2
When checking/unchecking a tri-state node, the node checked event should be fired for all child nodes
I know that the doc's specifically say that it doesn't do this, but it should. Further both the server- and client- side events should fire.

This is true of the RadTreeView as well as any of the newer controls that include a TreeView in their core functionality, (DropdownTree, TreeList).
1 comment
ADMIN
Bozhidar
Posted on: 06 Nov 2014 12:37
After further inspection of the feature request, we believe that the current behavior of the control is correct, and at the moment we won't be changing it. Nodes that are checked as a result of the TriState/CheckChildNodes mechanism shouldn't raise events, the same way as nodes checked through the client or server API don't raise events. Only nodes that are checked as a result of the user interaction with the keyboard or mouse should raise events, as explained in the documentation.