I have created a usercontrol that has a datagridview. The datagridview has a number of textbox and checkbox columns.
The user control had been placed on a form. In the form constructor I add 15 rows to to the datagridview.
On a button click event from a different form, the rows of the datagridview are populated.
Is it possible to to suppress the display of the checkboxes for all rows, where no data has been provided
Thanks,