row selection

  1. T

    Datagridview only updates database after changing row selection...

    I have a bound datagrid that contains textboxes and comboboxes. I am having problems getting my changes to consistently update the database behind the scenes. I have an EndEdit event that fires everytime it needs to and executes the code to update the database. However, the update commands...
Back
Top