We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How do i check the node checked state is Interactive check/Partially check or not??

if (node.Checked == true||node.Checked!=false)//it means checked state was in interactive check??
{
//i wanna do something here....
}

2 Replies

NA Narry June 25, 2014 06:51 AM UTC

So Sorry I got it....


ST Saravanan T Syncfusion Team June 26, 2014 12:53 PM UTC

Hi Narry,

Thank you for using Syncfusion Product,

We would like to let you know that your requirement of check the node 

checked state in TreeViewAdv can be achieved by setting IntractiveCheckBox 

property as true in TreeViewAdv NodeCollection Editor.

Code Snippet[C#]:
this.treeViewAdv1.SelectedNode.InteractiveCheckBox = true;

We have prepared a sample for your requirement and it is attached below.

Please let us know if you need any further assistance,

Regards,
T.Saravanan

Attachment: Treeview5_21607ee7.zip

Loader.
Live Chat Icon For mobile
Up arrow icon