opening a popup window on hyperlink click event within a grid in thingworxs
I have formatted a gird column to an html text like example
<div align="center" style="margin-right:10px; float:left; width:25px;height:25px;border:1px solid #000;">'+ '<a target="_blank" align="center" href="http://google.com">' + 15 + '</a>' +'</div>'
This shows a box in which there is a hyperlinked number, on click of that number it opens a google window in new window tab.
I would like to open a popup window within which i show a mashup(similar to navigation widget).
Is it possible???

