True disable checkbox in DataGridView using DataGridViewCheckboxCell

Does anyone know how to disable a checkbox in a DataGridView using a DataGridViewCheckboxCell?

I can do this read-only and set the background color, but I cannot get the checkbox to turn off. Any thoughts?

+4
source share
1 answer

Guess you have to draw by yourself . Here is a sample Microsoft code for disabling buttons using the same technology.

+2
source

All Articles