Checkbox Column In Datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eliza64

    Checkbox Column In Datagrid

    When we add a customized checkbox column to a datagrid in .net (windows application) , the default property allows to check or uncheck the column using a double click. On the first click it selects the column and on the second click the column is either checked or unchecked.

    To change this default property, we need to handle the click event on grid and modify the selected cell value.

    Eliza
Working...