Hi,
we use the RadTreeView in combination with LoadOnDemand and checkboxes for each node. But when we check a node the child nodes aren't checked because the children aren't loaded yet. So we have to first expand the node and then check the the node to automatically check all the child nodes.
Is there a common solution for this?
Perhaps a solution would be when an user checks a node all the child nodes will be loaded and checked automatically (recursive). But how?
I have tried calling the NodeExpand event from the NodeCheck event but the + symbol doesn't change. And when the user presses the + button all items appear twice.
Kind regards,
Harold
we use the RadTreeView in combination with LoadOnDemand and checkboxes for each node. But when we check a node the child nodes aren't checked because the children aren't loaded yet. So we have to first expand the node and then check the the node to automatically check all the child nodes.
Is there a common solution for this?
Perhaps a solution would be when an user checks a node all the child nodes will be loaded and checked automatically (recursive). But how?
I have tried calling the NodeExpand event from the NodeCheck event but the + symbol doesn't change. And when the user presses the + button all items appear twice.
Kind regards,
Harold