When data chnaged dynamically in the grid, the focus remain on the selected index element of the previous data. **Describe the solution you'd like** When data change dynamically, the first element of the grid should be focus by default. See video below https://github.com/user-attachments/assets/40ab9dc9-34de-4964-96c6-a3541a0abb15 Since we can use the scrollTo on SpatialNavigationVirtualizedList, the same behavior on the grid would be a great addition.