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
1140
Dialog Result
posted

I am in search of the XamWebDialogWindow DialogResult Functionality mentioned  http://ko.infragistics.com/dotnet/netadvantage/silverlightnewfeatures.aspx#NewFeatures

Do I need to code dialog functionality into the XamWebDialogWindow?  Also, is there a way to use the control for thread blocking?

Parents
No Data
Reply
  • 40030
    Verified Answer
    Offline posted

    Hi Danny, 

    I'm sorry but the DialogResult functionality doesn't exist in the Control.  That's a mistake we missed when approving the content of the page.  

    As for thread blocking. the control does not support that feature.  As i assume you're looking to achieve something similar to windows forms ShowDialog, you'd instead have to take an async approach, where you finish the execution of your code in the WindowStateChanged event of the Dialog, when the state changes to Closed. 

    -SteveZ

Children
No Data