What are your trying to say is when the checkbox is true one of the cells in the datagrid should be visible?
If checkbox.check = True Then
DataGrid1.Columns[INDEX].Visible=True;
Elseif Checkbox.check = False Then
DataGrid1.Columns[INDEX].Visible=False;
arjunsasidharan
Practically a Posting Shark
826 posts since Aug 2006
Reputation Points: 347
Solved Threads: 13