Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

How to manually show and hide loading or spinning image?

$
0
0
Hello Daniel,

Case #3 will work if you apply a position style to the #lockdiv1 <div>, as explained in the documentation.

Case #1 will work if you prevent some events, which are propagated from the loading overlay to the ComboBox wrapper. It is important to keep in mind that the loading indicator is placed inside the element passed to the progress() method.

kendo.ui.progress(ui.combo1.wrapper, true);
 
ui.combo1.wrapper.find(".k-loading-mask").on("click mousedown", false);


Please avoid posting duplicate forum posts and/or support tickets, thank you.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>