hi!,
I would like to know if it's possible to show a radWindow Dialog into page (xbap)? also is it possible to show window alert?
thanks
3 Answers, 1 is accepted
It is possible to show the RadWindow predefined dialogs in a xbap application, but they don't act as a real wpf predefined dialogs in a wpf desktop application. The reason for this is that xbap application is placed into a page and we are not allowed to block the main UI thread in a xbap application. They only freeze the main UI thread. But you can use them in the same way. For demos you could refer to our online demos - http://demos.telerik.com/wpf/?Window/APC
I hope this helps! Please do not hesitate to contact us if you require any further information.
George
the Telerik team
Oh!!! Thanks very much, just last question based on same question. We are starting a new big project ERP styled to work in intranet using VS2010 with expression blend and telerik components, WPF (XBAP). According to your experience which one models you would recommend us, whether radWindow (modal) based program on XBAP or Page based program (using navigation service). I'll appreciate your tips to help me.
thanks
That depends on the type of your application. However, probably the best way is to use mixed approach. For the main navigation to use Pages and to use RadWindow when you want something to pop up and notify the user. For XBAP it is more native to use Pages, so you can use the RadWindow when it is the most convenient approach.
Hope this information will help. If you have any other questions about our controls please let us know.
Regards,
Konstantina
the Telerik team