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?
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.