Skip to main content
1-Visitor
August 20, 2018
Question

Tree advanced grid - column link to open mashup in popup

  • August 20, 2018
  • 2 replies
  • 4166 views

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.

 

2 replies

5-Regular Member
August 24, 2018

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.

 

 

5-Regular Member
August 24, 2018

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.

 

 

1-Visitor
August 28, 2018

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!