Hi
I've populates a DataGridView from the results of a SQL query programmatically, so I haven't had to define the number of columns, etc.
Just before I display it, I'd like to change the columns with Yes/No in them with checkboxes.
Any ideas how I can do this programmatically?
Regards
Andrew