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.
Declined
Last Updated: 04 Nov 2015 14:26 by ADMIN
Created by: Michael
Comments: 1
Category: UI for WPF
Type: Feature Request
1
We are building an application based with an Office 2013 look/feel.
It would be great if there were resources that allowed us to use appropriate font sizes, families, etc within out controls.

For example, a backstage header font size and family ...

Currently the values provided in the "Palette" do not complete the picture.

Reason for declination: 
The XAML team has reviewed this issue and will not be addressing it as we are not sure about the exact scenario. 

If you want to share additional requirements about this request please contact us through the support ticketing system with details and a reference to this item.
Declined
Last Updated: 04 Nov 2015 13:41 by Joan
I love the amount of flexibility provided by the palette-based themes and was surprised that we could easily tune the colors but had no control over the opacity level used in the disabled state. We have customers complaining that it's too faint (compare with MS label in attached screenshot) and it would be great if we could address this as easily as the rest of the theme colors.

Reason for declination: 
The XAML team has reviewed this feature request and we are closing it because it is already logged in our feedback portal: 
http://feedback.telerik.com/Project/143/Feedback/Details/139310-make-the-disabledopacity-a-dynamic-resource

You can vote for it and follow it to track its progress. Any additional information or requirements will be highly appreciated. You can add them to the item or contact us through the support ticketing system with details. 
Declined
Last Updated: 28 Oct 2015 09:40 by ADMIN
Created by: jura
Comments: 1
Category: UI for WPF
Type: Bug Report
0
Here is the relevant forum thread:
http://www.telerik.com/forums/virtualqueryablecollectionview-currentitem-not-loaded
Completed
Last Updated: 19 Oct 2015 14:01 by ADMIN
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1.
Completed
Last Updated: 19 Oct 2015 14:00 by ADMIN
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1.
Completed
Last Updated: 19 Oct 2015 10:36 by ADMIN
Completed
Last Updated: 02 Oct 2015 13:46 by Alexander
When the UI culture changes, the DataMemberBinding is updated for all columns (I'm wondering why?). See \Controls\GridView\GridView\GridView\GridViewDataControl.cs:

private void UpdateCultureInfoIfNeeded()
{
	if (this.cultureInfo != null && (this.cultureInfo.Name.ToUpper(this.cultureInfo) != this.Language.IetfLanguageTag.ToUpper(this.cultureInfo)))
	{
		this.InitializeCultureInfo();
		foreach (var column in this.Columns.OfType<GridViewBoundColumnBase>())
		{
			Binding oldBinding = column.DataMemberBinding.CloneBinding(column.ValidatesOnDataErrors);
			column.DataMemberBinding = oldBinding;
		}
	}
}

However, if the DataMemberBinding was null, the CloneBinding creates a new binding with empty path instead of returning null again - but this never makes sense for the DataMemberBinding on a column (crashes the application as soon as the Binding is applied to the cells).

Background: I have created a column where the cell value is not bound but dynamically calculated - so the DataMemberBinding is null.
Completed
Last Updated: 16 Sep 2015 17:27 by David Totzke
The fix will be included in our LIB v. 2015.02.0810.
Declined
Last Updated: 01 Sep 2015 11:38 by ADMIN
Created by: Christian
Comments: 2
Category: UI for WPF
Type: Feature Request
0
When comparing the RadPdfViewer to the Adobe Acrobat Reader the RadPdfViewer is 1.5sec slower in loading a normal PDF (500K, 1 table, 1 image).

Also improve the touch gestures like scrolling and zooming of the RadPdfViewer.
Declined
Last Updated: 20 Aug 2015 10:54 by ADMIN
Created by: Alessio
Comments: 1
Category: UI for WPF
Type: Feature Request
0
this feedback is about a suggestion for you all about creating a new type of object into the WPF / ASP.NET library. I've built an application for scheduling the crew activities of an aircraft company. I'm using this object "Solutions Schedule" (as per attachment) in order to view / manage the monthly activities of every crew member. It's so much time that I've been looking for an alternative to that and there's no a valid one on the net; so I've asked myself why not to submit this thing to you ?
Could this be interesting ?
Declined
Last Updated: 19 Aug 2015 11:52 by Paul
Created by: Paul
Comments: 1
Category: UI for WPF
Type: Feature Request
2
The layout grid in RadDiagram is a little lacking and it would be a lot more powerful if it supported a similar layout grid to Adobe Illustrator. The features of interest are:

Grid Subdivisions - You specify the gridsize as currently, say 8px, but then you can also specify a number of subdivisions, say 2. This will split the 8x8px grid cell into four 4x4px grid cells, and allow snapping to the 4x4px grid cells.

Grid to back/front - allow the grid to be overlaid on top or behind the diagram so that you can optionally see the grid all the time.

See attached diagram.

Thanks

Reason for closing / declining

The mentioned cells can be controlled with attached properties of the BackgroundGrid and BackgroundPageGrid.
Please check out these articles:
http://docs.telerik.com/devtools/wpf/controls/raddiagram/styles-and-templates/styling-appearance.html 
http://docs.telerik.com/devtools/wpf/controls/raddiagram/features/printing#pages-preview-canvas 

To move these grids on top of the shapes you need to edit the default template of the RadDiagram and reorder the Grids in XAML.
Declined
Last Updated: 30 Jul 2015 11:11 by Avi
Created by: Avi
Comments: 0
Category: UI for WPF
Type: Feature Request
1
While eventToCommand works it is verbose and somewhat of a hack.  I would really to see better MVVM support by having a command property on all of the controls for all events
Declined
Last Updated: 29 Jul 2015 08:13 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: UI for WPF
Type: Feature Request
1
Reason for declination: 
Since the next version of the Office Microsoft products after Office 2013 is Office 2016, we created a new feature request in our feedback portal: 
http://feedback.telerik.com/Project/143/Feedback/Details/165032-new-theme-windows10-office2016-theme
Declined
Last Updated: 27 Jul 2015 09:24 by Lisitsa
Created by: Lisitsa
Comments: 1
Category: UI for WPF
Type: Bug Report
1
Some styles are duplicated in VisualStudio2013 theme. For example:

For example, RadButtonStyle is located in:
-Telerik.Windows.Controls.Data.xaml
-Telerik.Windows.Controls.Navigation.xaml
-Telerik.Windows.Controls.Input.xaml

This creates conflicts when I try to change default style of a RadButton because other styles are applied instead.

Reason for declination: 
We understand that having duplicate styles can be annoying for our customers. However in Silverlight the base style in a resource dictionary cannot be omitted. As for WPF, it is possible but will lead to exceptions if there is a missing resource dictionary or wrong order of the merged dictionaries which would be unwanted change for our customers. 

That is why we suggest our customers to merge their custom styles after Telerik default ones thus maintaining and upgrading is easier. Another option (in WPF) is using a custom build of our themes where all unwanted duplicates are removed. If you choose the second, you will need to remove button's style from all XAML files except the Telerik.Windows.Controls.xaml one and edit it there.