Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
945
How to get values is javascript and c# for saving/retrieving.
posted

Hello,

Once again, the documentation doesn't seem to cover yet another thing I'm trying to use infragistics controls for. I have a WebDataTree on my page. The tree has 3 levels which are Region, Division, Products. What i would like to know is the following:

1. how to get which nodes are checked and which nodes are partial checked as well as the level of the item which was partial or fully checked via JavaScript.


2. how to set which nodes are checked and which nodes are partial checked via C#. Is it possible to just check the 3rd level and have the control automatically put a partial or full check on the other two levels?