cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Advanced Grid failed to appear in a pop up and modal pop up window

nikkolasep
10-Marble

Advanced Grid failed to appear in a pop up and modal pop up window

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.

nikkolasep_0-1648804091331.png

nikkolasep_1-1648804150174.png

 

 

3 REPLIES 3
slangley
23-Emerald II
(To:nikkolasep)

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

slangley
23-Emerald II
(To:nikkolasep)

Hi @nikkolasep

 

Can you provide a sample set of data and the entities and mashups so we can take a look?

 

Regards.

 

--Sharon

Top Tags