How to disable edit mode on cells but checkbox column?

Posted by DanSogaard on Stack Overflow See other posts from Stack Overflow or by DanSogaard
Published on 2010-03-23T12:06:55Z Indexed on 2010/03/23 12:13 UTC
Read the original article Hit count: 287

Filed under:
|
|

My checkbox column doesn't respond when ticked, apparently it was set to read only, so changing state back to false again will make it possible to tick. However, that will turn the whole edit mode to true. I tried to set edit mode to programatically while setting ReadOnly mode to false, but that will disable the checkbox back again.

How can I disable edit mode on all cells except checkbox column?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms