Hi Team,
We have a parent window (RadRibbonWindow) which is being executed in a different app domain and then multiple child app domains opens a dialogs ( RadWindows).
Problem:
We can not set parent window from child windows as they are on different app domains. In MS controls we have functionality of WindowInteropHelper that can be used to define an owner but in case of RadWindow we have a content control.
I have tried to set the content from respective app domin like (RadButton) to be parent which is also from related app domin but displayed in the main application but things are not working.
Any Ideas how to manage it.
Regards