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
115
Programatically detect the value of a cell whose ColumnStyle is TriStateCheckBox
posted

I am looking to programatically detect the value of a ultra grid cell whose column style is TriStateCheckBox.

I trap the mouseup event and I have a referenct to the cell, mouseupCell.

I am able to see in the debugger (when running in Debug mode), that teh cell has an AccessibilityObject property, and the AccessiblityObject has a Value property that is a string containing values of "True", "", or "False", but when out of debug mode, the value is ALWAYS String.Empty

I want to know how to detect the check status in the event I am using.

 Gary