DataBinding - Windows.Forms - Updating underlying DataTable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sammartin
    New Member
    • Mar 2009
    • 4

    DataBinding - Windows.Forms - Updating underlying DataTable

    Hi,

    I've got a question which I'm hoping has a simple answer.

    I have a series of control bound to an underlying DataTable.

    The databinding are setup to update the data source on validation.

    I have an event handler monitoring the ColumnChanged event on the DataTable, and in certain circumstances I update another column in the datatable.

    When I change another column's value the control bound to the other column isn't being updated; although the data table has clearly been updated.

    I'm looking for a way to either trigger the update to the databinding, or manually invoke the a databinding method that does the same thing.

    Any ideas?

    TIA

    Sam Martin
Working...