Skip to main content
October 1, 2025
Question

Read Only Grid Loading/Not Rendering

  • October 1, 2025
  • 13 replies
  • 0 views

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!

13 replies

harshas2775
October 2, 2025

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? 

October 2, 2025

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.

harshas2775
October 2, 2025

I see! Suggest you to reach out to support team - may be a restart can help here! Anyway support team can help find the cause better and resolve this!

mikes0011
Brainy
October 2, 2025

I also received an error report similar to this from one of my users in PROD.  It was also for a grid that had Async Data Load enabled - when I disabled the option, the issue went away for him.  I was never able to reproduce the issue on my own, so I didn't feel like I had the necessary evidence in order to open a support case.  I would suggest you open one and report the issue and exactly what conditions you see it during.

October 2, 2025

Thanks Mike! 

October 7, 2025

Update: changed and disabled the Async Load (again) and the issue is not longer presenting. Thanks everyone

harshas2775
October 7, 2025

Interesting! Wondering why it didn't work the first time you turned off async load!

It definitely feels like async load feature has some issue in backend causing this intermittent behaviour. Anyway glad the issue is resolved now. 

October 7, 2025

Yeah, it was a bit weird. Luckily, it's working correctly now.