This question is locked. New answers and comments are not allowed.
Hi,
We try to handle KeyUp event in our dialogs and perform 'accept' action on it, when user presses "Enter".
The problem is when the users selects an item from expanded ComboBox with keyboard and accepts selection with "Enter".
We handle the keyUp event, but unfortunately it does not have Handled flag set, so that the dialog is closed, what was not intended by user...
Is it possible to be fixed?
Best regards
We try to handle KeyUp event in our dialogs and perform 'accept' action on it, when user presses "Enter".
The problem is when the users selects an item from expanded ComboBox with keyboard and accepts selection with "Enter".
We handle the keyUp event, but unfortunately it does not have Handled flag set, so that the dialog is closed, what was not intended by user...
Is it possible to be fixed?
Best regards