RowState Unchanged even though data has changed.

  • Thread starter Thread starter Jerry
  • Start date Start date
J

Jerry

I'm using complex binding in a Windows Form with a disconnected DataSet.
When I edit the field data the dataset tables reflect the changes but the
RowState of the affected rows remains Unchanged. What should I be looking at
to get this to automatically reflect the modified status. Elsewhere, I'm
using a DataGrid control and all works fine there. I can't see what is
causing the difference in behavior.

Thanks,
Jerry
 
Back
Top