Hello
How can I define the values true, false, an Undetermined of WinGridColumn
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.