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
435
Column TriStateCheckBox
posted

Hello

 How can I define the values true, false, an Undetermined of WinGridColumn

 

  • 469350
    Verified Answer
    Offline posted

     Hi,

        I'm not sure what you mean by "define the values". Typically, the values for a TriStateCheckBox column are true, false, and DBNull. 

        You coud also use a column of type CheckState, I think.

        Or you could use a DataFilter so you have complete control of how the values are interpreted by the checkbox.