Why is my panel grid card grayed out?

I’ve added a panel grid card in POEntry program in Line Details page to show all of the revisions for the part entered on the line, based on a BAQ. I’ve created a data view from that BAQ and (after some struggling) got the grid to correctly show the data for the given part. However, when I preview my custom layer the card is gray, rather than the Kinetic blue and I can’t click on it (set not to expand at runtime). If I let it it expand on runtime, it is still gray, but will load data and once the data is loaded then it turns blue and I’m able to interact with it like any card.

Clearly I must have some setting somewhere not quite right. What am I missing?

image

Hi David,

Did you manage to find a solution for this? I happen to have the same problem right now with a dashboard in application studio.

I forget exactly, but I had something with the settings/Properties of the grid entered incorrectly. Once I corrected that, then it became an active card again.

It usually means it’s not bound to anything or you’ve made the grid read only.

If it’s a base grid ensure that it’s bound to a dataview and the correct dataview.

I found sometimes (and I mean sometimes) transfer layers from pilot to production it will lose base settings e.g bindings, tools anything really.

3 Likes

Found it. The EPBinding was set on the grid, but should have been on the Grid Model. It is working now!

1 Like