Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Using advanced grid, trying to show an image and by clicking an image it needs to be navigated to some link.
Is there any possible way to implement this?
Solved! Go to Solution.
Read this article - "Implementing hyperlink icons on Advanced Grid Widget in ThingWorx": https://www.ptc.com/en/support/article/CS281359
Read this article - "Implementing hyperlink icons on Advanced Grid Widget in ThingWorx": https://www.ptc.com/en/support/article/CS281359
Hello,
Instead of the new window can we open a popup window using hyperlink icons.
My aim is to delete the rows of the grid , but before deleting , on clicking the hyperlink icon it should display a warning popup.
How this can be implemented??
Im also trying for that,
<a href="http://www.ptc.com" target="_blank">ptc website</a>
'_self' - Open in same window
'_blank' -- Open in new window
'_top' - Open in same window
'_parent'- Open in same window
Not able to navigate to popup window.