Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
All along my applications, the common use of the SfDataGrid require that, when you press enter over a single selected row, the selected record gets passed to a new window for editing. To achieve that, I need to invalidate the current behaviour of the enter key, that is moving the selection to the next row.
I need to handle this behaviour in the PreviewKeyDown or in the KeyDown event, and mark them as handled, just to avoid moving to the next record, but currently THESE EVENTS ARE NOT FIRING. However, the PreviewKeyUp and the KeyUp event are firing, but when they fire it's too late to invalidate the default behaviour.
Also, creating a custom