Hi,
I have added a checkbox column to DGV, and I want to set it to readonly, but I am unable to execute that, how to set it correctly?
Thank you.
I tried that too and it all works well.
Hi Glenn,
this.dataGridView.Columns[“yourcolumn”].ReadOnly = true;
Just tried with a checkbox column and it works ok.
Can you please send a small test case?
TIA
Frank
Please login first to submit.