Hello Joao,
Attach the "
OnClientNodeExpanded" client event to RadTreeView and try the same logic to expand the child nodes explicitly. In this approach, we need to keep a global flag which is for preventing infinite call for the event when the logic executes.
I hope this would shed some light on achieving the required.
Thanks,
Princy.