Disable the checkbox in a DataGridViewCheckBoxCell

  • Thread starter Thread starter jhinse
  • Start date Start date
J

jhinse

Hi,

I would like to disable the checkbox within a DataGridViewCheckBoxCell,
like we can do with a standard checkbox (for instance,
"myCheckBox.Enabled = false;"). Even if I set the ReadOnly property to
true, it still looks like the checkbox can be checked/unchecked.

Does anyone knows how to do that ??!!

Thanks a lot!
 
Back
Top