Base solution for your next web application
Open Closed

ModalManager js---abpuisetBusybody-does-not-block-UI-if-opening-modal-from-another-modal #12341


User avatar
0
razkhan78 created

Hi, we are using .net 8 and abp version 13.1.1.

We have an implementation where we are opening modal from already opened modal.
At that time, UI on first modal is not blocked even if modalmanager.js has code abp.ui.setBusy($("body")) .

How can we handle this?


1 Answer(s)
  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi @razkhan78

    When opening the second modal, are you using abp.ui.setBusy($('body')); to block the entire screen and then using the callback method with abp.ui.clearBusy($('body')); to release the screen after the second modal has opened? Is this the method you are attempting?