This is a migrated thread and some comments may be shown as answers.

Issue with RadWindow.Confirm

1 Answer 40 Views
Window
This is a migrated thread and some comments may be shown as answers.
Harshal
Top achievements
Rank 1
Harshal asked on 28 Aug 2013, 02:44 PM
Hi,

I have used RadWindow.Confirm with yes and no button. I have also attached closed event to.
But when exception comes into the closed event then Radwindow does not close and screen freezes.

I tried to close the RadWindow with its close method or setting visibility to collapsed in closed event, but Window does not go.

Please any body has any information.

1 Answer, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 02 Sep 2013, 03:30 PM
Hi Harshal,

You can use try-catch or try-catch-finally construction in order to prevent this freeze. This is normal behavior when you do not handle an exception in your code. I've prepared a simple project for your scenario. You can find it attached and use it as a reference.

Hope this helps.

Regards,
Rosen Vladimirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Window
Asked by
Harshal
Top achievements
Rank 1
Answers by
Rosen Vladimirov
Telerik team
Share this question
or