How do I open a popup by clicking on a row in a grid?

0
I have this datagrid with rows, I want to show a popup when clicking on the rows in a grid, each row has a popup, I do not want to use a listener how can I do that in mendix? if not is there any external widgets that I can use?
asked
2 answers
1

Setting the datagrid properties this way, add a default button that opens a page which is a popup page.

Or is it something different that you want?

answered
0

When using a Datagrid Tim's answer would be the best solution. Alternatively, you can use a list view and set the on click setting to trigger a microflow or to open a page. 

 

 

answered