Hi team!
I have the following issue. When using a test environment, any read-only grids are stuck with the loading data animation, which only occurs until I perform an action such as resizing the screen, at which point the data finally renders on the grid. That behaviour only happens in the test environment; on dev, the information renders when the page loads. Has anyone faced a similar behaviour/issue? Thanks!
Discussion posts and replies are publicly visible
Do you have loadDataAsync attribute enabled for the grid? Can you turn it off and check. Also in the grid are you using any refresh attributes?
Hi Harsha, I had data loading async and disabled that option and, there are no refresh attributes in the grids. The issue is still presenting after that change.