Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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.
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
and then bind the mashup name and select popup for the targetWindow
So now double click on the row should get you something like this
Hope this helps.
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
and then bind the mashup name and select popup for the targetWindow
So now double click on the row should get you something like this
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.
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!