Hi thre
I am using Daypilot MVC Popup Window extender
How do I stop closing the modal window when I click outside the modal window.
tried hideOnMouseOut and soent seems to be working
var modal = new DayPilot.Modal();
modal.top = 50;
modal.width = 720;
modal.zIndex = 1200;
modal.border = "10px solid #d0d0d0";
modal.hideOnMouseOut = false;