How to add check box in DataGridView
To add CheckBox in DataGridView we have to goto ‘columns’ property of DataGrid.
After clicking on browse button a Edit Column window will open.
Click on ‘Add’ button. Add Column dialog box will open.
Now click on add button. Check Box will be added.