I use XamDialogWindow to implement a modal dialog (IsModal = true). My question is how come the execution flow doesn't pause when the XamDialogWindow is opened and continue only after the XamDialogWindow is closed (like the behavior of Window.ShowDialog). Is there any way to enforce this behavior because it is crucial to modal dialog?
Statement A
Code to launch XamDialogWindow as a modal dialog (execution flow follows the dialog at this point)
Statement B (should NOT be executed until the modal dialog is closed)
Thank you!
Hi Jack,
Is this a WPF or Silverlight question?
WPF
Hello Jack,
After looking into this and doing some research, this has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.
There are many benefits to submitting an product idea:
- Direct communication with our product management team regarding your product idea.
- Notifications whenever new information regarding your idea becomes available.
- Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.
- Allow you to shape the future of our products by requesting new controls and products altogether.
- You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
I know that this was 8 years ago, but I have exactly the same issue now.
Was this feature ever enabled? It's not really a new product idea. Suggesting a control that is described as being modal or not modal, should demonstrate exactly this functionality, i.e. when it is set to be modal, execution of further code should not happen!
Please get back to me, otherwise I will have to remove existing XamDataWindow controls from my application to maintain the same look and feel for all dialogs.
/Andy