Loader on browse screen keep on loading in loop

Hi,

Sometime when we access any browse screen loader at the top keep on loading even if data is loaded on screen.
Loader keep on loading infinite time (every time it keep on loading 0 to 100).

Any suggestion to fix this.
loader

Hi,

Loading indicator displays when a request is in a process. Without a demo project or at least a full screen code, I can’t identify the source of the problem, the only thing I can guess is that there is some kind of long running process in your screen. If so, I’d recommend tacking a look at the Background Tasks mechanism.

Regards,
Gleb