Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
Maybe a bug in 11.2 with modal DialogWindow
posted

Hi,

last week i've updated my solution from version 11.1 to 11.2 and afterwards i had a lot of trouble.
The Problem was, that everytime i opend a modal DialogWindow,  the whole XamRibbon was deaktivated.

I've tried to find the Problem (i tooks about 3 days of debugging), but last night i found the reason for my problem.

I've changed the IsModal="True" to IsModal="False" and voila everything was fine.

So what is the Problem wir the Ribbon and a modal DialogWindows?

thanks

Markus

  • 54937
    Offline posted

    This is correct behavior. When a xamDialogWindow is shown modally it is supposed to be modal to the entire containing window - i.e. that you should not be able to interact/change any of the objects on that window (including the ribbon) while the modal dialog is displayed.