RowState doesn't change! in DataBind

S

Sérgio

Hi all.
I have a DataTable populated and binded to a multiple controls.
When i change a value in any control, that value is refleted into DataTable.
But there's a bug: the property RowState for the current Row is "Unchanged".
The value would be "Modified."
Any one can help me PLEASE !

Thanks
 
M

Miha Markic

Hi Sérgio,

Data is not reflected to underlying DataTable until BindingManagerBase moves
position or you invoke its EndCurrentEdit method.
HTH,
 

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