DataGrid Boolean Column- Please help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ZS

    DataGrid Boolean Column- Please help

    Hi,
    I have a boolean column in my datagrid. During runtime when I check the
    checkbox there are actually Three states for the checkbox. So I have to
    actually double click to change from true to false. is there a way in which I
    can just click once and then when I check it toggeles. Something like setting
    the Threestate property for a Checkbox as false.How can I achive the same for
    a Datagrid column.

    myDataColumn = new DataColumn("Cou mnName",typeof( bool));
    thanks.
    -ZS
Working...