Want to make sure I understand how this is supposed to work.
When my RadTreeView is not configured to use TSCB, on postback, in the NodeCheck event handler, e.Node.Checked returns the new value of the check state (true if checked, false otherwise). If true == e.Node.Checked, I check all child nodes; if not checked, I uncheck all child nodes.
However, when I enable TSCB, on postback, in the NodeCheck event handler, e.Node.Checked is always true, even if the node was already checked and the event fired because I unchecked it.
What am I missing?
Thanks
When my RadTreeView is not configured to use TSCB, on postback, in the NodeCheck event handler, e.Node.Checked returns the new value of the check state (true if checked, false otherwise). If true == e.Node.Checked, I check all child nodes; if not checked, I uncheck all child nodes.
However, when I enable TSCB, on postback, in the NodeCheck event handler, e.Node.Checked is always true, even if the node was already checked and the event fired because I unchecked it.
What am I missing?
Thanks