C
Christopher Weaver
When I add a row to my DataTable my CurrencyManager doesn't know it's there.
I have a ComboBox and a CurrencyManager bound to a DataTable such that a
selection within the ComboBox causes all controls bound to that DataTable to
display the appropriate row. Fine. But when I do this:
dsTaskActivities.Tables["Tasks"].Rows.Add(NewTaskRow);
the CurrencyManager seems to ignore the new record. it shows up in the
ComboBox and I can DataTable.Rows.Find it, but nothing causes the
CurrencyManager to synch the rest of the controls to the selected row.
Any ideas on this?
I have a ComboBox and a CurrencyManager bound to a DataTable such that a
selection within the ComboBox causes all controls bound to that DataTable to
display the appropriate row. Fine. But when I do this:
dsTaskActivities.Tables["Tasks"].Rows.Add(NewTaskRow);
the CurrencyManager seems to ignore the new record. it shows up in the
ComboBox and I can DataTable.Rows.Find it, but nothing causes the
CurrencyManager to synch the rest of the controls to the selected row.
Any ideas on this?