[RESOLVED] DataGridViews & checkboxes
Hi,
I have a dgv with a column type = DataGridViewAutoFilterCheckBoxColumn. I want to know if there's a way to I can get that entire column to become disabled (or Enabled = False) so it won't let the user click on the checkboxes.
I tried looking in the "Bound Column Properties" but there isn't an option to disable the entire column.
Thanks for the help!
Re: DataGridViews & checkboxes
Edit:
Basically is there a way I can do it via back end?
Re: DataGridViews & checkboxes