Change Textbox to Checkbox in datagrid

  • Thread starter Thread starter Anastacia
  • Start date Start date
Hi Anastacia...

You didn't indicate what version of NET framework you are using, but
you should look at the newer "DataGridView" object in the 2.0 framework
- it's a souped up Datagrid in most respects.

You can present your columns in Checkbox, Combobox, Text, Button, Link
or Image types...the Checkbox should take care of what you need.
 
Back
Top