G
Guest
Hi Folks
I have created a DataGrid that I populate through a DataView. The DataView
itself represents only parts of the columns and only parts of the dataSet's
Rows.
When the User is adding a new Row in the dataGrid, I fill all fields with
default values using the ListChanged event of the dataView.
This works fine. Now the User can himself doing some modifications to the
fields.
When he now leaves the Row, not the actual values but the older default
values are stored to the DataSet. All User made modifications are lost.
Thanks for your effort
Chris
I have created a DataGrid that I populate through a DataView. The DataView
itself represents only parts of the columns and only parts of the dataSet's
Rows.
When the User is adding a new Row in the dataGrid, I fill all fields with
default values using the ListChanged event of the dataView.
This works fine. Now the User can himself doing some modifications to the
fields.
When he now leaves the Row, not the actual values but the older default
values are stored to the DataSet. All User made modifications are lost.
Thanks for your effort
Chris