Unplanned
Last Updated: 26 Jul 2022 08:54 by Narendra
ADMIN
Created by: Rosi
Comments: 1
Category: UI for WPF
Type: Feature Request
3

			
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
The vertical alignment of the table cells is not preserved when exporting to PDF.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190075 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
Exporting docx document to PDF in which the width of the first column of the table is equal to the preferred width. This causes the word to be split into two lines. The width has to be equal to the word width so the word stays on a single row.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190074 
Please use the new item for commenting, voting and subscribing instead of this one.
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.
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. 
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.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190073 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 

http://feedback.telerik.com/Project/184/Feedback/Details/190072 

Please use the new item for commenting, voting and subscribing instead of this one.
Unplanned
Last Updated: 06 Dec 2016 11:53 by ADMIN
ADMIN
Created by: Kalin
Comments: 0
Category: UI for WPF
Type: Feature Request
1

			
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190071 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190070 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
Accessing one of the entries in the archive throws a generic "Invalid data" exception.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190159 
Please use the new item for commenting, voting and subscribing instead of this one.
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
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Include support for export and import of meta data in workbook documents.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190069 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 19 Oct 2015 10:36 by ADMIN
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
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: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 8
Category: UI for WPF
Type: Feature Request
1
Implemented import and export of IccBased, Indexed, Cmyk color spaces. Available in latest official release Q3 2015.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190121 
Please use the new item for commenting, voting and subscribing instead of this one.
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 ?