I’ve got a grid fed by a baq. Has a custom column like on a column JobHead.JobNum
Classic grids allow me to use “Open With”.
Kinetic grid is just like:

I’ve got a grid fed by a baq. Has a custom column like on a column JobHead.JobNum
Classic grids allow me to use “Open With”.
Kinetic grid is just like:

Oh FFS
I collapsed the grid and expanded the grid, and it works…

To make it more fun, sometimes when you set it up it just works without having to collapse and expand.
I just started adding a collapse and expand sequence to the onLoad event when it didn’t work.
Ok, here is what I did.
I have 5 grids inside one panel card.
I set the whole panel to start not expanded.
In the onload event, I used dashboard-timer-set to wait 500ms.
In the event it called, I used dashboard-timer-clear to stop the timer.
Then I used property-set to set my panel card expand to true
Worked a treat.
Should have started with 3000ms so when people complain about it being slow you can just shave a little off and make it feel snappier lol
Sounds like there is a spot on the kinetic dev team for you
They only do step 1, support never passes the complaints back to dev for step 2.
Of course now, even though I’m choosing job entry, it’s opening job tracker…
But did the timer really stop? Mine go rogue but prolly just my fault.