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!
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.
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.
Hi,
Do you have a link to any docs which explain the Free Layout option?
Thanks