RowState doesn't change! in DataBind

  • Thread starter Thread starter Sérgio
  • Start date Start date
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
 
Hi Sérgio,

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