Check Box in Data Grid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
is it possible to add a check box-control into a data grid in the compact-framework. I only found the DataGridTextBoxColumn-class

Thanks
 
the datagrid doesn't support it, but the listview does, so that might fit
your needs.

-Chris


marti said:
Hi,
is it possible to add a check box-control into a data grid in the
compact-framework. I only found the DataGridTextBoxColumn-class.
 
Back
Top