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
1540
How to know if a TreeStateCheckBox on a UltraGridCell is checked ?
posted

Hello!

I have a WinGrid on my APP that has a Cell with TreeStateCheckbox Style.

Now I need to interpret the checkbox state. How can I do this?

If I had a checkbox with two states only I'll do : (Convert.ToBoolean(e.Cell.Value) == true) to checked and (Convert.ToBoolean(e.Cell.Value) == false) to unchecked. But how can I interpret the third state?

Thank you.

Best regards,

Maria