G
Greg
When I call AddNew on BindingContext (datasource is a Datatable), and prior
to calling End or Cancel CurrentEdit, how can I 'see' the new DataRow? All
of my bound controls can 'see' it, however I need to modify it manually at
runtime. I have tried doing a Select on the DataTable, but none of the
DataViewRowState's seem to fit.
to calling End or Cancel CurrentEdit, how can I 'see' the new DataRow? All
of my bound controls can 'see' it, however I need to modify it manually at
runtime. I have tried doing a Select on the DataTable, but none of the
DataViewRowState's seem to fit.