Hi,
I have a form with a datagrid inside it and a button to confirm the changes made by the user.
If the user adds a new record on the datagrid writing on the top row but he forgets to press the Return key to automatically add that record to the grid, if he clicks on the Save button, his changes (the added record) are lost.
Is there any way to solve this problem?
Is it possible to programmatically confirm the editing line if not confirmed with Return key by the user?
Or, in addition, is it possible to detect if the user is already adding a record before saving and close the form (with some datagrid property or method) ?
Thank you in advance.
Silvio