Reach new added row before save?

Ö

Ö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
 
W

W.G. Ryan MVP

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top