How to Implement Enter Key Functionality in Data Grid 2 for Navigating and Opening Details Page?
0
Hello Team, How can I add functionality in Mendix where, in a Data Grid 2 with a custom column, a user can navigate through records using the Tab key and open the details page by pressing the Enter button? My main objective is to implement the Enter button functionality, could you help me to achieve this , below I have added the screenshot of my data grid 2 with tab navigation - if I press the enter buttons then detail view should be displayed, the data is coming from quer I really appreciate any help you can provide.
asked
Pushpendra Nayak
2 answers
1
DataGrid supports the "On Enter" event out of the box and triggers the "On click action" defined in the DataGrid2 settings (General > Events).
You can find the supported keyboard shortcuts in the Mendix Docs (The Informatione for the Enter keystroke altough is missing).