Hello,
I can't see a way to just change a specific object in a Grid.
You can add at index or remove at index but i didn't found a way to get object at index or set(replace) an object at index ... is this normal ?
When you have a grid 6x7 and you want to update it is there a better way to just clean it and recreate it ?
Because it make my app really slow to do it like this and i would like to update just some items instead of rebuilding it each time