Unplanned
Last Updated: 04 Aug 2016 09:29 by LittleDragon
When the Window is opening or resizing and Winforms controls are placed inside its content the content flickers.
Completed
Last Updated: 10 May 2016 12:39 by ADMIN
Make it possible to be able to drag the Window not only from its Header. In some cases it is useful to be able to drag the RadWindow from within its content.
Completed
Last Updated: 22 Jan 2016 13:04 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:29 by ADMIN
Completed
Last Updated: 16 Oct 2017 10:47 by Boris Rogge
When a modal RadWindow is opened clicking out side of the Window (the overlay) should make a the Window blink and a sound should be played.
Completed
Last Updated: 13 Jan 2016 15:00 by ADMIN
Currently the template of the dialogs should be customized:
http://www.telerik.com/community/code-library/wpf/window/how-to-modify-the-alert-dialog-icon.aspx

Available in the 2016 Q1 Release: Added an IconTemplate property that provides an easier way to change the predefined dialogs' exclamation/question mark images.
Completed
Last Updated: 08 Aug 2016 13:32 by ADMIN
If a ContentControl is placed inside the control and the ResizeMode is set to NoResize the SizeToContent doesn't take effect.

As a workaround all you need to do is set the ResizeMode to NoResize in the Loaded event of the ContentControl.
Unplanned
Last Updated: 18 Sep 2018 07:51 by Tino
Make it possible to add "No" button to the predefined RadWindow.Confirm dialog without the need of custom Template.
Completed
Last Updated: 08 Feb 2016 16:33 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:29 by ADMIN
It can be reproduced with the Show method of the window or with Dock, ToolWindows and the save - load functionality.
Completed
Last Updated: 12 Apr 2016 10:47 by ADMIN
When the attached TextOptions.TextFormattingMode="Display" property is set to the RadWindow the window stops auto resizing its size according to the size of its content.
Completed
Last Updated: 19 Feb 2016 07:32 by Lorenz
Created by: Vladimir
Comments: 7
Category: Window
Type: Feature Request
18
It would help to use RadWindow like System.Window with:
- WindowInteropHelper for correct modal behavior
- Set window in task bar, also set taskbar icon/title
- Use RadWindow as MainWindow in Application (set Application.MainWindow property with RadWindow 
Declined
Last Updated: 10 Feb 2021 13:39 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:45 by Scott
This is WPF only and not applicable for Silverlight.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Popup shows behind RadWindow when using two monitors in Windows XP.
Unplanned
Last Updated: 19 Sep 2016 14:11 by ADMIN
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
As a workaround you can set:  window.CaptionHeight= 0;
Completed
Last Updated: 25 Oct 2016 14:04 by ADMIN