I think you have to change the property for the stack as well as the individual grids in the stack. When changing the “expand at runtime” property, I have to do it for the stack as well as the grids so it’s probably the same for button events.
Yes, one for the stack and one for each of the grids. I tried and it didn’t work for me either. I tried different orders too: (stack, grid, grid) and (grid, grid, stack). You could try expanding the stack in the button onClick event and create a separate event to expand the grids. Or vice versa. You never know … App Studio is quirky
I tried different combinations of Expand at Runtime and expand on button click and couldn’t get that to work either (e.g. Expand stack at runtime and expand grids when Search is clicked or vice versa)
After assuring support that there is an issue and it going back and forth this entire time, this is what their answer is:
I’ve got some workaround from Development.
They suggest to use “page-navigate-to”. The grid is still a page, it will expand when navigated to. It can be even better as you want to go to a specific grid anyway.
I don’t even know where to go with this.
No instructions on how to do, just use ‘page-navigate-to’…