I currently have a window where Modal is set to true. I now want the window to not be modal. I have tried everything. I have cleared my cache, changed the property in the markup to false. I even set the property in PageLoad (){mywindowmanager.Modal = false}, but to no avail. The window will not change from being modal. Any ideas?