How to set a single row editable and leave other rows unselectable in Windows Form?
Hi Steve,
If you just want to disable editing for all rows but one, then you can set the RowActivation property on every row (except one) to Disabled. The InitializeLayout event is probably a good place to do this, depending on which row you want to allow editing for.