C# - Only new row to be readonly false in Datagridview
Good day,
I'm busy with a datagridview.
But i only want the new row to be readonly false and the rest readonly = true.
Coding in C# and tried grid.row(0).readonly = false on onrowleave event.
Nothing happens
Please help.
|