Hi,
I want to have a functionality of a Hyperlink.
In XamGrid, a column with ProjectName should appear like a Hyperlink.
When clicking on this ProjectName, a new UI / View should open having the Project Details.
I'm not getting any command to make it clickable or appear as Hyperlink, not even through HyperlinkColumn.
Can anyone give me any workaround for this?
Thanks,
VJ
Hello VJ,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used TempaltedColumn and make the TextBlock in it to look like a hyperlink and when you click it a new Window is opened. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thanks for the reply.
I saw your implementation, and was very helpful. I modified your implementation further and used a hyperlink, inside a TextBlock to achieve my goal.
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.