I have a Grid page view of all user profiles which displays all user names and another page view which displays detailed info of the user.
When we click a name of the user in the grid page view it should display the detailed info of the user which is in another page view.
I made the name to be output as a link, but am unable to display page view of the exact profile information which is selected.
How to trigger the exact profile ??