ic ic

ic ic

  • NA
  • 85
  • 0

Only new row to be readonly false in Datagridview

May 26 2009 10:58 AM

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.