cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Tree advanced grid - column link to open mashup in popup

pselvaraj-1
9-Granite

Tree advanced grid - column link to open mashup in popup

Hi,

 

I want to open a mashup in a popup when we click on the link column in a tree advanced grid.

 

How to enable a column as link in tree adv grid? 

how to open a mash up as popup from tree adv grid?

Pl assist.

 

7 REPLIES 7
supandey
19-Tanzanite
(To:pselvaraj-1)

Hi @pselvaraj-1 that widget provides DoubleClick event that you can use to invoke to pass the selected row name,which you can combine with Navigate widget which has option to show popup like so 24-08-2018 14-53-46.jpg

 

and then bind the mashup name and select popup for the targetWindow

24-08-2018 14-56-05.jpg

 

So now double click on the row should get you something like this 

24-08-2018 14-50-41.jpg

 

Hope this helps.

 

 

supandey
19-Tanzanite
(To:pselvaraj-1)

Hi @pselvaraj-1 that widget provides DoubleClick event that you can use to invoke to pass the selected row name,which you can combine with Navigate widget which has option to show popup like so 24-08-2018 14-53-46.jpg

 

and then bind the mashup name and select popup for the targetWindow

24-08-2018 14-56-05.jpg

 

So now double click on the row should get you something like this 

24-08-2018 14-50-41.jpg

 

Hope this helps.

 

 

Hi,

 

Thanks for your time and solution. We already showing a pop up on double clicking the row. 

 

But the requirement is instead of double click on the row, create a hyperlink in any one of the column value or separate column with the hyperlink "View" to open modal popup when the user clicks. PL help!

 

like the above "View" link. If the user clicks on View then it has to open modal popup.

 
supandey
19-Tanzanite
(To:pselvaraj-1)

Link doesn't have modal popup, is it not possible to use the Navigation Widget?

yeah, thats what Im also wodnering how to achieve this feature. Thanks again!

Top Tags