Disable the checkbox in a DataGridViewCheckBoxCell

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top