G
Guest
Hello,
I have a datatable/dataview/datagrid. The user selects a row on the datagrid
which is bound to a dataview of my datatable. Now I change one column of the
dataview.
What happens here is that the dataview is updated but the datatable's
rowstate for the modified row is unchanged. So any call to Update() to
reflect changes to my DB are useless.
Anyone has any clue why the rowstate is not modified in this situation?
Thanks,
Sitar.
I have a datatable/dataview/datagrid. The user selects a row on the datagrid
which is bound to a dataview of my datatable. Now I change one column of the
dataview.
What happens here is that the dataview is updated but the datatable's
rowstate for the modified row is unchanged. So any call to Update() to
reflect changes to my DB are useless.
Anyone has any clue why the rowstate is not modified in this situation?
Thanks,
Sitar.