0
Answer

Only new row to be readonly false in Datagridview

Photo of ic ic

ic ic

16y
4.3k
1

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.

Answers (0)