This question is locked. New answers and comments are not allowed.
Hi:
I tried to set RadWindow.Owner to a Widnow,
but it is said
Error 1 Cannot implicitly convert type 'System.Windows.Window' to 'System.Windows.Controls.ContentControl'.
Is there a way to set Owner property to a Window?
Could anyone help me with this one?
Thanks
Xin
I tried to set RadWindow.Owner to a Widnow,
this
.Owner = Application.Current.MainWindow;
but it is said
Error 1 Cannot implicitly convert type 'System.Windows.Window' to 'System.Windows.Controls.ContentControl'.
Is there a way to set Owner property to a Window?
Could anyone help me with this one?
Thanks
Xin