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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

grid widget unresponsive

tcoufal
12-Amethyst

grid widget unresponsive

Hi Guys,

Consider this:

I have a mashup with few tabs. In those tabs I have a Grid widget.

Upon Mashup loaded service QueryImplementedThingsWithData is invoked.

We are talking about 1MB of returned data. What is strange is that after all data are fetched (i takes a 500ms at top) Grid widget is unresponsive. It has no Hover, I cannot scroll nor mark the Row.

It takes anything between 5 to 20 seconds until the widget is responsive again, and this repeats even though I am not fetching any new data (no Refresh widget is used).

I am using TW 7.3.8 and Chrome 61.something.

In Firefox is it little bit better but not that much.

Things which I am using have like 100 properties or so, but I am displaying like 6 or 8 at max. So there is lot of unused Columns.

Has anyone dealt with this before? What could be done?

here are some pics

Snímek obrazovky 2017-10-31 v 15.54.56.pngSnímek obrazovky 2017-10-31 v 15.55.24.png

2 REPLIES 2
tcoufal
12-Amethyst
(To:tcoufal)

Ok guys,

once again my fingers were quicker than my brain

It turned out that on Tab<Topology> is our custom widget (D3), what happens is that it steals mouse events, but it is completely random behaviour. 

As of now I cannot find how to address this issue. Everything is on the "same page" from DOM point of view.

Snímek obrazovky 2017-10-31 v 16.28.26.png

posipova
20-Turquoise
(To:tcoufal)

Is there any error in the console of the chrome dev tools?

Top Tags