Reach new added row before save?

  • Thread starter Thread starter Özden Irmak
  • Start date Start date
Ö

Özden Irmak

Hi,

By using BindingContext, I'm adding a new row to my datatable (Using
AddNew() method)...

Before posting the changes to the datatable, I wan't to reach some columns
in that new row, but couldn't figure out how? There seems to be no row in
the datatable until I accept the changes...

Anybody might help?

Regards,

Özden
 
The row is there but you need to call the EndCurrentEdit method - it should
be there then.
 
Back
Top