Is there a way to make the cell of the datagrid clickable?

Hello,
I have a datagrid where i am displaying a list of guests and i want to make each row clickable and navigate to another page.
is that possible ?

thank you!

You could use a Free layout option and simply add a button/something clickable there.

1 Like

You can use a workflow that triggers on click to perform an action when a user clicks a row (you need to trigger this workflow for each column in the datagrid). You can also add visual feedback, such as hover effect, adjust mouse cursor etc.

1 Like