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.
Please avoid posting duplicate forum posts and/or support tickets, thank you.
Regards,
Dimo
Telerik
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!