I have a ThingWorx grid with two IP address columns (IP1 & IP2). Clicking on the IP column in the grid should redirect me to a webpage with the IP address as a URL. Is this feature available in grid? Sharing a code snipper is more appreciable. Thank you.
Solved! Go to Solution.
Hi @SKannapiran ,
Yes, We can achieve in the grid, Please try with below suggestions:
& In Front end output
Thanks & Regards,
Arun C
Hi @SKannapiran ,
Yes, We can achieve in the grid, Please try with below suggestions:
& In Front end output
Thanks & Regards,
Arun C
Hi Arun,
After implementing your solution, on clicking the HyperLink column, it is taking us to a new web browser with the URL
http://<<thingworx URL>>/IP address. But we need the URL to be framed like http://IP Address.
Hi @SKannapiran ,
Have you verified the URL which you have formed in your service infotable, because based on that URL link it will directly navigate to that window.
Sample Code:
Till you have any queries means please explain us more and if possible share your code here for better understanding.
Thanks & Regards,
Arun C