J
Jorge
Hi
I have a bound datagrid to a dataset. I want to update
the underlaying sql table when the user finishes editing
the value.
I want to build a custom update sql statement using the
headerText and the Item values of the currentcell.
I've check the DataGrid1_CurrentCellChange but it doesn't
work the way i want its raised when i click on a cell. Is
there a sort of 'LostFocus' for datagrid cells so that i
can update the field immediately.
Kind Regards
Jorge
I have a bound datagrid to a dataset. I want to update
the underlaying sql table when the user finishes editing
the value.
I want to build a custom update sql statement using the
headerText and the Item values of the currentcell.
I've check the DataGrid1_CurrentCellChange but it doesn't
work the way i want its raised when i click on a cell. Is
there a sort of 'LostFocus' for datagrid cells so that i
can update the field immediately.
Kind Regards
Jorge