I am using a grid that is reading a view set to optimistic buffering.
I want to warn the user that the record will be deleted when the delete column of the grid is tagged.
However I do not know how to programatically un-delete the marked grid. I tried recall but it does not work. The ideal solution would be for the user to get a messagebox that can loop them out of the delete action before it happens.
Any ideas.
I want to warn the user that the record will be deleted when the delete column of the grid is tagged.
However I do not know how to programatically un-delete the marked grid. I tried recall but it does not work. The ideal solution would be for the user to get a messagebox that can loop them out of the delete action before it happens.
Any ideas.