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?
Guess you have to draw by yourself . Here is a sample Microsoft code for disabling buttons using the same technology.