Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for WPF
Type: Feature Request
1
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190043 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 09 Jul 2020 13:33 by ADMIN
The standard fonts listed at http://docs.telerik.com/devtools/wpf/controls/radpdfprocessing/concepts/fonts#standard-fonts cannot be embedded in a document. Using one of them prevents the document from complying with PDF/A standard.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190042 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 04 Mar 2015 09:40 by Suzanne
If there is a way to do this, I would love to know. It is driving my users crazy.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
According to http://www.digitalpreservation.gov/formats/fdd/fdd000251.shtml#sign there should be two elements in the XMP-metadata to indicate the PDF/A conformance level.

Here is an example:
<rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/">
  <pdfaid:part>1</pdfaid:part>
  <pdfaid:conformance>B</pdfaid:conformance>
</rdf:Description>

or attribute version:

<rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/" pdfaid:part="1" pdfaid:conformance="B" />

See also http://www.pdfa.org/wp-content/uploads/2011/08/tn0008_predefined_xmp_properties_in_pdfa-1_2008-03-20.pdf

and http://www.aiim.org/documents/standards/PDF-A/ISO19005AppNotes.pdf
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
Exported <li> element contains inline style property "text-indent" with value -24px which causes the list item's text to be "under" the list item symbol.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190041 
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/190040 
Please use the new item for commenting, voting and subscribing instead of this one.
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/190038 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 05 Feb 2015 09:04 by ADMIN
Created by: Jean-Marc
Comments: 1
Category: UI for WPF
Type: Bug Report
0
You example of the mask token are as follow
XAML

<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
    <TextBlock Text="Mask: A" />
    <telerik:RadMaskedTextInput Margin="0,5,0,10" Mask="AAAAAA" />
    <TextBlock Text="Mask: a" />
    <telerik:RadMaskedTextInput Margin="0,5,0,10" Mask="aaaaaa" />
    <TextBlock Text="Mask: L" />
    <telerik:RadMaskedTextInput Margin="0,5,0,10" Mask="LLLL" />
    <TextBlock Text="Mask: l" />
    <telerik:RadMaskedTextInput Margin="0,5,0,10" Mask="llll" />
    <TextBlock Text="Mask: \" />
    <telerik:RadMaskedTextInput Mask="\#\\###" />
    <TextBlock Text="Mask: Any other characters" />
    <telerik:RadMaskedTextInput Mask="N\ame: llll" />
</StackPanel>

and the result should be as follow
Mask A = Aa1 +;
Mask a = Ab-,"

which is fine.
But if I use any of the capital A or L, in the MVVM, the binding is not working anymore.

I have attached a file.
Run the program and press add button
Enter info in First Name, then enter info in Last Name.
Put a break point in the file RecipientData.cs at the properties FirstName on get and set, and do the same for LastName properties.
In the xaml, the only difference between those 2 controls one the Mask="&gt;L1A29" for the first name and Mask="&gt;l1a29" for the last name.  I do not know what is going on behind the scene of this control, but I know there are some issues.

REASON FOR DECLINATION
This is expected behavior in the MaskedInputControls. Please read more in the comments.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
When importing from HTML, all successive spaces in a span should be trimmed to 1. However, there are cases when these are trimmed to 0 causing wrong result.
Sample: 
<p><a href="www.telerik.com" target="_blank"><span>test</span></a>      and more.</p>
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190037 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 30 Jan 2015 16:06 by ADMIN
Created by: Jean-Marc
Comments: 1
Category: UI for WPF
Type: Feature Request
0
Hi, I just updated all the UI telerik controls for wpf, and now none of my control in the code are working anymore.  It is from the version 2012.3.1017.40 to version 2014.3.1202.20.
Can anyone help me.
Declined
Last Updated: 07 Apr 2015 15:36 by ADMIN
Created by: Petr
Comments: 2
Category: UI for WPF
Type: Feature Request
0
You can find the following forum thread where a solutions is proposed:

http://www.telerik.com/forums/about-reorder-by-sumfunction-value
http://www.telerik.com/forums/can-you-sort-by-an-aggregrate-function
http://www.telerik.com/forums/customize-group-and-sort
Declined
Last Updated: 06 Feb 2015 15:36 by ADMIN
Created by: Achileess
Comments: 1
Category: UI for WPF
Type: Feature Request
0
we used RadAutoCompleteBox for user to get value quickly.But here we faced the problem as if the user enter incorrect value(which is not present in the Item Source),we need to show the validation error text as the text you enter is incorrect like that. and we need this validation in the data annotation format (ex : RadMaskedTextBox for Numeric). 
Declined
Last Updated: 09 Mar 2015 13:39 by ADMIN
Created by: Klemens
Comments: 3
Category: UI for WPF
Type: Feature Request
0
New control for toast notifications like in Windows 8 but inside the program.
Declined
Last Updated: 09 Feb 2015 09:10 by ADMIN
Created by: Lisitsa
Comments: 3
Category: UI for WPF
Type: Feature Request
1
Make easy way to set Stroke/Fill for all columns in a specific BarSeries. I know about DefaultVisualStyle, but it's too cumbersome to use. For example, Infragistics's chart has this.

Just make use of properties like Background and Stroke.

REASON FOR DECLINATION:
We have decided to decline this feature request because the bar series can be styled via few different approaches, such as a chart palette, default visual style, default visual style selector, point template, point template selector. We consider the DefaultVisualStyle a very framework-friendly approach as it is easy to create and set up a style, in which you can manipulate any of the Border's properties, including adding Bindings to the actual business item. 
Declined
Last Updated: 06 Feb 2015 09:12 by Lisitsa
Created by: Lisitsa
Comments: 2
Category: UI for WPF
Type: Feature Request
1
Make legend item of BarSeries reflect it's visual style. For example, if I'll make a BarSeries with a border like this:
<Style TargetType="Border">
    <Setter Property="Background" Value="Transparent" />
    <Setter Property="BorderThickness" Value="1" />
    <Setter Property="BorderBrush" Value="{StaticResource chartRed}" />
</Style>

then there won't be a rectangle in a legend as expected (it will show a transparent one instead, without border).

REASON FOR DECLINATION:
The RadLegend is a standalone control which allows for customization of the legend item visuals (one can use the ItemTemplate property of the RadLegend to control the legend item's appearance or can retemplate the LegendItemControl). There is no direct link between the ChartView and the RadLegend control and the appearance of the legend elements can be done by framework means such as Style, DataTemplate and ControlTemplate. The suggested way of manipulating the look of the chart legend item is making use of the ItemTemplate property of the RadLegend and the MarkerGeometry property of the series legend settings. 
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/190036 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: UI for WPF
Type: Feature Request
5
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190035 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
Generally, allow more straightforward setters of style related properties without going through 2-4 levels of temporary objects.  For example, when dealing with tables, there is no obvious way to set line spacing or paragraph spacing globally for the table.  Should have TableCell.Blocks.AddText("New Text") instead of AddParagraph, which provides spacing you don't want or need.

Also, when you want to set the FontSize, FontWeight, and FontFamily all at once, there is no easy way to do that.  Also no global way to do that for a section, page, table, etc.

The above would make it a LOT easier to create documents programmatically.  I would like to see more parameterized constructors for common style attributes by type.  You will discover the challenges by creating a richer document from scratch with several tables, styles, left and right justified content on the same line, etc.  Same for easily setting header and footer content.

Thanks!  Great work so far, I love it!
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
2
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190034 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
Content in cells should be centered vertically and cells should have cell spacing and margins to make them look similarly to browsers.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190033 
Please use the new item for commenting, voting and subscribing instead of this one.