jQWidgets Forums

jQuery UI Widgets Forums Angular Loader on page size change

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Loader on page size change #99689

    shakti_singh
    Participant

    Hi team,

    In jqxgrid, when i am changing the page size, it is taking time for the grid to load. Is there any way to show loader on the grid while the page size is changed?
    Pagesizechanged(event: any): void
    {
    this.myGrid.showloadelement();

    setTimeout(()=>{
    this.myGrid.hideloadelement();
    },5000);
    }

    I am using this code but here the loader is coming after the pagesize has been changed, not while it is loading.

    Loader on page size change #99697

    Stanislav
    Participant

    Hello shakti_singh,

    Take a look at this demo: Grid Server Paging
    It is a grid with server-side paging.

    It shows the loader automatically when you change the page of the grid.
    And the loader is active until the grid loads the data on the page after that is hades the loader again.

    If this doesn’t help you, can you please send us an example so we can take a better look at your case?

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.