Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
When the last element from a table cell is an empty line, the latter is skipped and not imported.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190105 
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: Bug Report
0
The document default style properties are not cloned on document.Clone().
There is a workaround by using the following code:

var cloning = this.document.Clone();
ClearPropertiesWithoutValueAndSetLocalValues(this.document.DefaultStyle.CharacterProperties, cloning.DefaultStyle.CharacterProperties);
ClearPropertiesWithoutValueAndSetLocalValues(this.document.DefaultStyle.ParagraphProperties, cloning.DefaultStyle.ParagraphProperties);

private void ClearPropertiesWithoutValueAndSetLocalValues(DocumentElementPropertiesBase propertiesFrom, DocumentElementPropertiesBase propertiesTo)

{
	foreach (var stylePropertyFrom in propertiesFrom.StyleProperties)
	{
		var stylePropertyTo = propertiesTo.GetStyleProperty(stylePropertyFrom.PropertyDefinition);
		stylePropertyTo.ClearValue();
		if (stylePropertyFrom.HasLocalValue)
		{
			object value = stylePropertyTo.GetLocalValueAsObject();
			stylePropertyTo.SetValueAsObject(value);
		}
	}
}
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190117 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
Workaround:
Copy the default styles after the Mail Merge

RadFlowDocument merged = sourceDocument.MailMerge(mailMergeSource);
merged.DefaultStyle.ParagraphProperties.CopyPropertiesFrom(sourceDocument.DefaultStyle.ParagraphProperties);
merged.DefaultStyle.CharacterProperties.CopyPropertiesFrom(sourceDocument.DefaultStyle.CharacterProperties);
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190096 
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/190237 
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/190059 
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/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
Workaround:

private static void WorkaroundFieldsIssue(RadFlowDocument flowdocument)
{
    foreach (FieldCharacter fieldCharacter in flowdocument.EnumerateChildrenOfType<FieldCharacter>().ToList())
    {
        // only for start
        if (fieldCharacter.FieldCharacterType == FieldCharacterType.Start)
        {
            if (fieldCharacter.FieldInfo.Separator != null && fieldCharacter.FieldInfo.Separator.Parent == null)
            {
                Paragraph parent = fieldCharacter.FieldInfo.End.Paragraph;
                int index = parent.Inlines.IndexOf(fieldCharacter.FieldInfo.End);

                fieldCharacter.FieldInfo.End.Paragraph.Inlines.Insert(index, fieldCharacter.FieldInfo.Separator);
            }
        }
    }
}
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190083 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by Stefan
In case table cell doesn't have background directly applied it should inherit the background of its parent table.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190064 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 15 Feb 2017 09:04 by ADMIN
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.
Unplanned
Last Updated: 30 Jan 2017 15:20 by ADMIN
Completed
Last Updated: 24 Jan 2017 07:20 by ADMIN
Declined
Last Updated: 17 Jan 2017 09:36 by ADMIN
Created by: Sherry
Comments: 1
Category: UI for WPF
Type: Bug Report
0
The problem is happening with Rad Docking in X1 Yoga Thinkpad laptop. The problem is so that when launching the pane in Raddocking then the pane opens up outside the window. This is happening even if the window is not near to the border of the screen. Video and the same project attached.
Unplanned
Last Updated: 05 Jan 2017 12:12 by ADMIN
Unplanned
Last Updated: 05 Jan 2017 12:08 by ADMIN
ADMIN
Created by: Nasko
Comments: 2
Category: UI for WPF
Type: Bug Report
1

			
Completed
Last Updated: 04 Jan 2017 13:42 by ADMIN
This blends the text with the background and only a black rectangle is displayed. See the attached image.
Unplanned
Last Updated: 04 Jan 2017 13:10 by ADMIN
InvalidProjectFileException is thrown when ApiAnalyzer cannot find the file Microsoft.VisualStudio.ServiceModel.targets referenced from a WPF project.
Completed
Last Updated: 21 Nov 2016 14:54 by ADMIN
When add references to GridView, GanttView, Input, Pivot, PivotFieldList binaries and open VisualStudio designer, add telerik schema and open VS designer, the following exceptions are shown in output window: 
There was an exception when loading the design time assembly 'C:\Users\Andy\AppData\Local\Microsoft\VisualStudio\14.0\Designer\ShadowCache\vnccr3tx.jie\tpt1i54e.lhk\Design\Telerik.Windows.Controls.GanttView.Design.5.0.dll':
Exception has been thrown by the target of an invocation.
There was an exception when loading the design time assembly 'C:\Users\Andy\AppData\Local\Microsoft\VisualStudio\14.0\Designer\ShadowCache\rcuor1yw.trm\3pfbopk0.jq2\Design\Telerik.Windows.Controls.GridView.Design.5.0.dll':
Exception has been thrown by the target of an invocation.
There was an exception when loading the design time assembly 'C:\Users\Andy\AppData\Local\Microsoft\VisualStudio\14.0\Designer\ShadowCache\5dbl0ard.vq2\ryoz1p4c.qfj\Design\Telerik.Windows.Controls.Input.VisualStudio.Design.4.0.dll':
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Could not load file or assembly 'Telerik.Windows.Core.Design, Version=2016.3.1024.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The system cannot find the file specified.
There was an exception when loading the design time assembly 'C:\Users\Andy\AppData\Local\Microsoft\VisualStudio\14.0\Designer\ShadowCache\1ezw2acw.w0d\41bkmvbl.kft\Design\Telerik.Windows.Controls.Pivot.Design.5.0.dll':
Exception has been thrown by the target of an invocation.
There was an exception when loading the design time assembly 'C:\Users\Andy\AppData\Local\Microsoft\VisualStudio\14.0\Designer\ShadowCache\p2ywzsl3.fxy\22f0oc1j.nsf\Design\Telerik.Windows.Controls.PivotFieldList.Design.5.0.dll':
Exception has been thrown by the target of an invocation.

Available in LIB version 2016.3.1121, it will be also available in the 2017 R1 release.
Completed
Last Updated: 07 Oct 2016 08:55 by ADMIN
Unplanned
Last Updated: 08 Aug 2016 09:29 by Eric Rodewald