Go-to Page type functionality on Reference Set Selector

0
Hi  I have a reference set selector on a page that displays list of values picked up from another entity. I want the user to be navigated to the edit page of this entity when he click on a single value on the list (for eg: Project 3 in the attached). Please guide on how to do this. Similar to Go-To page functionality of Reference Selector
asked
1 answers
0

Hi,

If i understand you well, what you have is a datagrid,

So you can put an action button in the datagrid, put it to “is default button” , and on click of the button call the page that you want.

you also have to put the datagrid to no selection, and default button trigger to single click

answered