I have a datagrid bound to a dataset.
If i click on a new row and enter some data in that row and then immediately close the form, the data in the new row is lost.
I trigger the Datagrid_Validated event but...
Does anyone know how to save the data in this row, without navigating to another row in the datagrid before closing the form?
Thanks
If i click on a new row and enter some data in that row and then immediately close the form, the data in the new row is lost.
I trigger the Datagrid_Validated event but...
Does anyone know how to save the data in this row, without navigating to another row in the datagrid before closing the form?
Thanks