I have attached a sample project with a very strange behavior: The spinner works perfectly. It shows on OnInitializedAsync method and hides on OnAfterRender but only until I add a grid then it does not close anymore
HOWEVER, if the browser (Chrome in this case) is refreshed, then it starts to work fine. The spinner shows/hide with the grid in the page
I have tested exaustively before opening this thread. I hope you are able to reproduce it.
Thanks.
Attachment: RPTest_702b0077.zip
Ok.
Thanks for the update
| protected override void OnAfterRender(bool firstRender) { Task.Delay(500); if (firstRender) { showSpinnerMain = false; } } |
Hi Vinitha
I tried the sample from the link you sent but for some reason it didn't work. It is still the same issue.
| public void dataBound() { showSpinnerMain = false; } |
Hi Vinitha
Thanks so much. It works now. I've spent hours if not a day trying to find a solutionandhereit is.
Best regards,
BJ
Hi Ben,