How to include row value editable in datagridview win app?
2 answers
There are four conditions :
- The main data source supports editing.
- Control
DataGridView
included. - The property value is
EditMode
notEditProgrammatically
. - Properties
ReadOnly
for cell, row, column, and control are set tofalse
.
+5
source to share