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