Hi,
Can anyone let me know how to scroll to checked node in webdatatree which is checked from code behind. as user will not able to know whether it is checked or not.
So, if we scroll to the checked node automatically it will be identified by user.
Thanks in Advance.
Hello Anil,
If you have any other questions regarding the matter, please feel free to contact us.
Hi Anil,
Unfortunately this is not currently possible.
Hi Nikolay,
can we do this on server side(Code Behind) without using javascript .
Thanks in Advance
I'm glad to hear that.
Please feel free to contact us if you have any other questions.
Thanks for your quick reply,
It worked for after a little change,i have change this
if (!checkedNode == "undefined") { sender._scrollToNode(checkedNode, treeElement); }
Thank you.