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
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.
Hi Andrew,
thank you for answer.
I expected the behavior you mentioned, but if you close this DialogWindow, it should operate as usual.I've used this szenario now for about 2 years, but with the version 11.2 the problem apears.
with kind regards.