InventoryGrid & Equipment still show items which has already be moved into Storage

Do you have DrawOnInventoryUpdate set to true?
Also if you are enabling, disableing panels play around with the DrawOnEnable
1652347126177.png
The disaplay Panel binding also has some settings for drawing the container:
1652347195046.png

You can also choose to draw it through code for more control over when it happens
 
`Draw On Enable` in `Inventory Grid` and `Item Slot Collection View` solve my problem perfectly, thanks!
 
Top