Hi,
I have a master detail form in which I want to capture the moment when the user navigates to the grid.
What I need to do is do some overall validations at the master level, before allowing the user to navigate to the grid.
What is the best approach to do so? I am considering the Enter event of the Grid, is there a better way of doing so?
Thanks