Dear Mendix community, As mentioned above, I am currently facing the problem, that I would like to let the application user click on a row of the list which is displayed to him, in order to navigate to another page, where he gets details on his selected piece of information. Is this possible in Mendix? If it is, how can I set this up? I have attached a screenshot of the list the user gets prompted with which should be clickable. Best Regards and thanks for your help, David Obry.
asked
David Obry
3 answers
0
Hi David
I think you could use the wrap into container function for adding the row layout into a container and then you can apply an on click action microflow.
Kind regards.
Kevin
answered
Kevin Narmon
0
That looks like a normal datagrid right? You can set a button there that opens the page to view the details. If you set that button as default it will also open this page when a record is double clicked.
Regards,
Ronald
answered
Ronald Catersels
0
You might want to consider using a template grid instead of a data grid. In a template grid you can place buttons inside of a row.