Columns in a Data Grid - are they supposed to update live?

Hi everyone :waving_hand:

Quick question about Data Grid behaviour.

I have a dashboard where a “Cases Completed” metric updates correctly at the top of the screen in my Custom AI component (so the underlying data is definitely changing). However, in the same screen, the “Cases” column inside a Data Grid does not update in real time. I observed this on an iPad running the app.

It only refreshes after I leave the screen and come back again.

My understanding was that Glide collections/components stay synced live with backend changes. Is it normal that Data Grids don’t always auto-refresh while you’re on the screen? Or is there something specific about Data Grids (caching, screen refresh triggers, computed columns, etc.) that I should be aware of?

Would appreciate any insight — just trying to understand whether this is expected behaviour or if I’ve configured something incorrectly.

Thanks!