Hi,
I have a XBAP application that used the RadWindow as modal dialog window and it will make the UI behind the RadWindow inactive until I closed it. However, after I updated to the latest version of WPF (v.2015.1401.45), the 'inactive' ability no longer there.
On this latest version, the code that calls the RadWindow.ShowDialog(), the UI behind the Radwindow still active.
What do I need to do to make the UI behind the Radwindow inactive?
Thanks,
Chris