0
Answer

Only new row to be readonly false in Datagridview

Ask a question
ic ic

ic ic

15y
3.9k
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.