5
Answers

DataGridView - Allow Editing on single column

Andrew

Andrew

12y
17.6k
1
Hi All,  hopefully just a quick easy one here. I know there is a property on a datagridview whereby you can enable / disable editing for the whole grid.

Is there a way to disable editing for the grid but still allow editing on ONE of the columns?

A fairly simple fallback is to open an input box when the user clicks a cell that belongs to this column, but id prefer to do it inside the grid if possible.

Thanks all.
Answers (5)