Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello everyone,
I'm using Thingworx 9.1.8-b845 and I would like to show an advanced grid in a Popup window by using Function > Navigation > Popup. But weirdly it doesn't show on a popup window but it shows on a normal window/tab which is fullscreen. Is this a bug for this particular widget or there are some settings I should pay attention to?
Thanks in advance.
HI @nikkolasep.
Are you passing the same data to the popup window that you're passing full screen? Is it possible you failed to bind it in the popup?
You can also use the browser dev tools (F12) for assistance in troubleshooting. Look for any service call that is expected to load the data to verify that it's actually running and pulling back data.
Regards.
--Sharon
Now after checking with the dev tools, I realized that the navigator button needs to be triggered around 3 times so that the mashup containing advanced grid and it's infotable data is loaded successfully. Unfortunately I can't find any other solution that solves this problem except using a pure JS solution with
window.open(url, target, windowFeatures)
as a workaround. The second issue is that the popup window can't be resized manually when showing an advanced grid, which mostly doesn't have the perfect window size for showing the whole advanced grid showing the infotable
Hi @nikkolasep
Can you provide a sample set of data and the entities and mashups so we can take a look?
Regards.
--Sharon