Declined
Last Updated: 26 May 2016 11:46 by Lisitsa
Created by: Lisitsa
Comments: 2
Category: UI for WPF
Type: Bug Report
1
First column of the pivotgrid has width based on the header (see attached screenshot). It's obvious that the header should span between columns.
Completed
Last Updated: 25 May 2016 14:44 by ADMIN
ADMIN
Created by: Vanya Pavlova
Comments: 0
Category: UI for WPF
Type: Bug Report
0
CheckBox enters the incorrect state on press and hold in VisualStudio2013 theme. Once it's checked, the check mark disappears on press and hold. 

Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Completed
Last Updated: 28 Apr 2016 09:16 by Clint Singer
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Feature Request
22
Features to support:
- Text blocks with basic formatting, preferably draggable, and preferably with customizable borders/backgrounds.
- Basic drawing functionality such as pencil, brush, lines, circles, rectangles etc. Of course with color selection for lines and fill. 
- Line thickness selection. 
- Being able to move the objects around the board would be nice.
- Connecting objects with some sort of connector lines, pretty much like the map structure in SketchFlow, if you are familiar with that. 
- Some basic shapes, such as arrows and icons that can be dragged/dropped on to the board.
- Support for uploading images and dragging them onto the stage. 
- XAML export (necessary for saving a drawing)
- Printing
- Magic marker/highlight functionality
- Collaboration support. This is a big one, and I am not sure how it should be implemented. Full collaboration functionality out of the box would require a service running duplex WCF or something similar. Alternatively, perhaps Telerik could provide us customers with an API and some sample code. Then we could handle the back-end stuff ourselves.

===
Our XAML team has recently reviewed the status of this feature request. Since most of this requirements are covered by our RadDiagram Control / Framework we are changing the status to Completed.
Please follow RadDiagram documentation:
http://docs.telerik.com/devtools/wpf/controls/raddiagram/overview.html
Unplanned
Last Updated: 18 Mar 2016 08:56 by ADMIN
ADMIN
Created by: Rosi
Comments: 0
Category: UI for WPF
Type: Feature Request
4

			
Declined
Last Updated: 17 Mar 2016 11:04 by ADMIN
Created by: Ivan
Comments: 1
Category: UI for WPF
Type: Feature Request
0
The themes are great. But it's difficult to create a new one from scratch. It'd be great if there was a Theme Creator/Editor that allowed a designer to start from scratch, or create a new theme based on an existing one. The UI would allow the designer to preview the new theme in real time against live theme-supporting Telerik controls and see the results. 
Declined
Last Updated: 16 Mar 2016 14:19 by ADMIN
Created by: Afsal
Comments: 1
Category: UI for WPF
Type: Feature Request
0
i would like to change background color when click in (Day,Month,Week,Timeline).
Won't Fix
Last Updated: 15 Mar 2016 14:12 by ADMIN
Created by: Mi
Comments: 3
Category: UI for WPF
Type: Feature Request
2
Based on your new radZIPLibrary it would be great if you could implement a universal, mvvm compatible backup library.

It should provide support for multiple spanning medias, catalogs, discarding old backups after some time, encryption and backup of file ACL and registry data.

This would be a perfect addon for your Diagram, Spredsheet and RichText libraries!
Completed
Last Updated: 10 Mar 2016 08:12 by Christina
Created by: Christina
Comments: 2
Category: UI for WPF
Type: Feature Request
0
Is there any way to easily see the comprehensive differences between two versions? We have an application that is still on version 2012.1.326 that we are intending to upgrade to the latest, but there is no simple way to tell what breaking changes might have been made. Our customer is asking us what features may no longer work as expected, but it would be practically impossible to go through every single set of release notes because there are so many between now and then. A simple replacement to "see what happens" isn't really feasible either because the application is so large and some of it was written by a third party.
---------------------------------------
We’ve introduced the Telerik API Analyzer tool that helps determine the problematic areas when upgrading a WPF, WinForms or ASP.NET Web-Forms application to a newer version of our controls. You can read more about the tool in this blog post: http://www.telerik.com/blogs/api-analyzer-helps-upgrading-telerik-projects.
Completed
Last Updated: 15 Feb 2016 11:11 by Wolfgang Buckel
Completed
Last Updated: 04 Feb 2016 14:43 by ADMIN
ADMIN
Created by: Evgenia
Comments: 0
Category: UI for WPF
Type: Bug Report
2

			
Completed
Last Updated: 19 Jan 2016 09:34 by ADMIN
ADMIN
Created by: Georgi
Comments: 0
Category: UI for WPF
Type: Bug Report
1
Available in LIB version 2016.1.118, it will be also available in the 2016 Q1 SP Release.
Declined
Last Updated: 18 Jan 2016 14:02 by ADMIN
A selection in RadListBox, RadColorPaletteVIew, RadTreeView. RadGridView etc. cannot be made with touch gestures when the control is inside a ScrollViewer.


Reason for declination:
This is not a bug in the touch logic of the controls. The selection does not work because the manipulations of the ScrollViewer are enabled and the scroller captures the touch and marks the touch events as handled, leaving the ScrollViewer the only element to receive touch events. There are at least two possible solutions for this.

1.If you have access to the ScrollViewer, you can set attached TouchManager.ScrollViewerSwipeMode for the ScrollViewer to Self.

<ScrollViewer telerik:TouchManager.ScrollViewerSwipeMode="Self" />

2. If you do not have access to the ScrollViewer, you can use a combination of two attached properties, for the elements inside the scroller. The two properties are two of the attached TouchManager properties - TouchMode and ScrollViewerSwipeMode.

<ScrollViewer>

   ...

      <telerik:RadCartesianChart telerik:TouchManager.TouchMode="Locked" telerik:TouchManager.ScrollViewerSwipeMode="Parent" />

Completed
Last Updated: 15 Jan 2016 12:15 by ADMIN
Created by: Michel
Comments: 1
Category: UI for WPF
Type: Bug Report
1
There're errors in the dutch translations-dll, the two I corrected locally by a custom LocalizationManager are:

Item GridViewGroupPanelText should be:
Versleep de kolomkoptekst en plaats deze hier om op deze kolom te groeperen

Item MoveFirst should be:
Verplaats Eerste

but there are probably more that need correction.
Won't Fix
Last Updated: 15 Jan 2016 11:54 by ADMIN
ADMIN
Created by: George
Comments: 1
Category: UI for WPF
Type: Bug Report
1
This happens only when using XBAP Full Trust Application.

Initially when floating a pane with mouse, the ToolWindow is misplaced. If the user release the dragged window and click the header again, works fine.
Completed
Last Updated: 15 Jan 2016 11:44 by ADMIN
Issues:

In some themes, when the element (both TextBox and PasswordBox) is focused, the hover does not appear anymore 

Those two issue should be resolved:

1. Different left padding in all themes (WPF)

2. Different height in all themes (WPF)
Completed
Last Updated: 13 Jan 2016 15:02 by Licensing
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1.
Completed
Last Updated: 10 Dec 2015 08:59 by ADMIN
Completed
Last Updated: 27 Nov 2015 15:49 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: UI for WPF
Type: Bug Report
0
Fixed in LIB Version 2015.3.1130.
Note that the MinimizeButtonStyle used in the OutlookBar control is now renamed to OutlookBarMinimizeButtonStyle.
Completed
Last Updated: 20 Nov 2015 07:54 by ADMIN
Completed
Last Updated: 18 Nov 2015 11:53 by ADMIN
ADMIN
Created by: Georgi
Comments: 0
Category: UI for WPF
Type: Bug Report
2
Available in LIB version 2015.3.1116, it will be also available in the 2016 Q1.