Declined
Last Updated: 13 Aug 2019 13:18 by ADMIN
Martin Ivanov
Created on: 11 Apr 2019 10:14
Category: Window
Type: Bug Report
2
Window: Window closes automatically when prompt is opened just after the window opens
If you try to show a window, and right afterwards call RadWindow.Alert() or any other prompt dialog, the main window automatically closes.

To work this around show the prompt in the Loaded event handler of the RadWindow.
1 comment
ADMIN
Kalin
Posted on: 13 Aug 2019 13:18
Hello,

The item is declined as this not an actual issue with Telerik UI for WPF - this is framework behavior. There is a moment between closing of the Prompt and the opening of the Window where there are not any WPF Windows opened, so the application shuts down. One possible solution is to set the ShutdownMode of the Application to OnExplicitShutDown, or to show the Prompt in later moment.

Regards,
Kalin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.