Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
I would like to have a way to disable the keyboard behaviors on the grid. (
Most of the behaviors are fine, but the one that specifically breaks our app is the behavior on the Enter key.
The reason why this break our app is that we use the Enter key to navigate through our app (I.E. : The user selects a row on the DataGrid, presses Enter, and then the information of the selected row is displayed on a new screen)
Some of our users use an
phone with a physical keyboard, hence why we have this behavior. But the app in WinUI would have the same behavior when we implement it.
With the DataGrid Enter key behavior, it goes to the next row, and then when we release the Enter key, it navigates to the next page. We would like the selected row to stay the same.
I have included a sample project that roughly replicates how the Enter key navigation is implemented in our app (on Android). The only change is that it opens a popup instead of opening a new page.