Posted 16 years ago
by Martin Johnson
-
Minitab

We're currently using your DateTimePicker inside of several of our dialogs. We're encountering a problem when the DateTimePicker has focus and the user presses the Enter key: In a dialog, we'd like to commit the dialog, but the DateTimePicker is setting that KeyDown event arg e.Handled = true. This is preventing the dialog from committing. If the Popup is not open, is there a reason that the Enter key press should be handled? Could you suggest a possible workaround for this issue, or is there something you can do on your end to ensure that the window will eventually receive the Keydown event? Thanks.