Hi team, I have create a data grid 2 to show my records. My requirement is: I want a clickable record for the Title column only. SO when I click any record under title column, it should reflect me to its new object page(data view) . Kindly helpe me with how to make a record in only one column clickable?
asked
Harsh B
1 answers
0
Hi Harsh,
Take title column as dynamic content-> inside title column take a container -> inside column take a text pass write this {1} & select your title attribute -> double click on container and set onClick as show a page or what you want.