R
Rod
I am adding a checkbox to a datagrid in the normal way (see below), but I
end up with a tri-state checkbox.
I only want a bi-state one and I can not see how to arrange this.
Many thanks
rod
------
Dim myCol As DataGridColumnStyle
myCol = New DataGridBoolColumn
myDataGridStyle.GridColumnStyles.Add(myCol)
end up with a tri-state checkbox.
I only want a bi-state one and I can not see how to arrange this.
Many thanks
rod
------
Dim myCol As DataGridColumnStyle
myCol = New DataGridBoolColumn
myDataGridStyle.GridColumnStyles.Add(myCol)