This question is locked. New answers and comments are not allowed.
I have a grid with the pager position set at the top:
.Position(GridPagerPosition.Top)
In an Ajax Post, I'm calling grid.showBusy(). the busy indicator in the footer spins, but the one in the pager does not. Because this grid can contain a lot of rows, the footer may be off the screen, so it would be more useful if the spinner in the pager would spin.
Is there a way to either make the pager indicator spin instead or make both of them spin?
Thanks!
.Position(GridPagerPosition.Top)
In an Ajax Post, I'm calling grid.showBusy(). the busy indicator in the footer spins, but the one in the pager does not. Because this grid can contain a lot of rows, the footer may be off the screen, so it would be more useful if the spinner in the pager would spin.
Is there a way to either make the pager indicator spin instead or make both of them spin?
Thanks!