I just found a component named `Layout Group Navigation` in the parent, but remove or disabled it does not working.That's because we have a component that sets the navigation at runtime. Check the parent compnent of your ItemViewSlots.
You'll see something called navigationGridLayout or something around those lines. Either remove or disable that component
Thanks for you reply, I have been try set Naigation type to Custom and remove Layout group Navigation but still not work.Sorry for the delay.
So specifically for the ItemShapeGrid the controls are a bit different.
In your case you don't want navigation. so you can set the navigation type on ItemShapeGrid to "Custom", this is essentially leaving it up to you to define how the navigation is handled. So it leaves it as is.
View attachment 13801