Application Studio Grid - Update Visual Issue

Hi EpiUsers (you guys are the best),
I’m having another odd issue with grid interactions. Have a grid, doesn’t matter if I have it set on the grid model > dataview or provider model > baq…when I use the ID column as link, do an update, save, and return to the grid the actual visual does not update unless I click literally anywhere. No additional events fire. I have tried using a grid-refresh. No luck. Anyone seen this before?

1 Like

You may work around this by using a property-set to expanded false on the grid, followed by a dashboard-timer-set to another event with a 10ms or so delay. In the second event, property-set to expanded true on the grid, then dashboard-timer-clear.

Also, yes, i’ve encountered and reported this. Didn’t go anywhere, so I used the workaround and moved on. Please report!

4 Likes

Thanks @GabeFranco! This was annoying on a bunch of levels. Getting ctrl+alt+l to work was miserable as well.

Agreed, ctrl-alt-L is the most difficult hotkey.

Not sure why it is not exposed as a method in the epDebug object that you can use in console, like epDebug.views, etc. - maybe we should open an idea… :wink:

2 Likes