How to show read-only DataGridViewCheckBoxColumn CheckBoxes as Grey'd out.

  • Thread starter Thread starter nate axtell
  • Start date Start date
N

nate axtell

I want read-only DataGridViewCheckBoxColumn CheckBoxes to be drawn Grey'd
out.
For the DataGrid, I made a custom CheckBox column where I painted Grey
CheckBoxes when the column was in ReadOnly mode. Do I have to do something
similar for the DataGridViewCheckBoxColumn class or has some style been
provided to do this?

Nate
 
Back
Top