I have a Janus GridEx on cell updating I am checking for some condition and raise a message if the condition is met, what happens is that if the user pressed enter using the keyboard then the dialog will close and the enter press is passed to the grid ,so the message will show again since on enter press the cells of the grid will be updated, this situation will keep looping until I press the OK button of the dialog form by mouse button.
How can I stop the event pressed on the dialog box to be passed again to the grid?