DataGridColumnStyle

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

    DataGridColumnStyle

    Hi,
    I have a windows form datagrid and have added added a checkbox to this grid
    using the DataGridColumnS tyle component.

    Dim Col As DataGridColumnS tyle = New DataGridBoolCol umn

    I need to do an event every time I click on one of the checkbox's in the
    datagrid row.

    Does any know how I can achieve this?

    Thanks,
    Kevin.



Working...