jQuery UI Widgets Forums Grid jqxLoader and grid

This topic contains 3 replies, has 2 voices, and was last updated by  Todor 5 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxLoader and grid #106043

    arkgroup
    Participant

    On button click, I have process to load data into 4 grids.
    I show $(‘#jqxLoader’).jqxLoader(‘open’); in the beginning and
    $(‘#jqxLoader’).jqxLoader(‘close’); when process ends.
    The problem is loader open and close immediately and loader does not be seen. I tried to put close into
    bindingcomplete, but no luck. How can I show loader?

    Thanks

    jqxLoader and grid #106049

    Todor
    Participant

    Hello arkgroup,

    You could review the following example how jqxLoader is implemented.
    Other option is to use showloadelement and hideloadelement grid’s methods. You could invoke showloadelement method on button click and hideloadelement when data is loaded.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    jqxLoader and grid #106056

    arkgroup
    Participant

    Hi Todor,

    In my case loader appears after data loaded. Maybe because I use ajax async: false for grid.
    I tried your suggestions, but it did not work for me.

    Thanks

    jqxLoader and grid #106066

    Todor
    Participant

    Hello arkgroup,

    Please, share a jsfiddle/codepen example with your code which demonstrates the issue then we would be able to properly investigate it.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.