Skip to main content
17-Peridot
February 10, 2022
Solved

Advanced Grid - How to show image with clickable link

  • February 10, 2022
  • 1 reply
  • 2088 views

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? 

Best answer by VladimirN

Read this article - "Implementing hyperlink icons on Advanced Grid Widget in ThingWorx": https://www.ptc.com/en/support/article/CS281359 

1 reply

VladimirN24-Ruby IIIAnswer
24-Ruby III
February 10, 2022

Read this article - "Implementing hyperlink icons on Advanced Grid Widget in ThingWorx": https://www.ptc.com/en/support/article/CS281359 

1-Visitor
February 16, 2022

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??

17-Peridot
February 16, 2022

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.