How to handle delay in loading page?

815
2
Jump to solution
03-02-2021 11:38 PM
x_d
by
New Contributor III

So currently I am getting data from server by using http request in ajax where async is false because i'm displaying dynamic data by using repeater. Everything is working fine but my page content not displaying until ajax response, i tried to async to true but now dynamic data is not displaying so i'm looking  something to display page content on click and dynamic content after ajax response 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ErwinSoekianto
Esri Regular Contributor

@x_d 

 

Have you considered a BusyIndicator from QML? It is widely used in our templates, sample and apps. 

 

Erwin

View solution in original post

2 Replies
ErwinSoekianto
Esri Regular Contributor

@x_d 

 

Have you considered a BusyIndicator from QML? It is widely used in our templates, sample and apps. 

 

Erwin

x_d
by
New Contributor III

It's kind of worked. thanks

0 Kudos