Declined
Last Updated: 24 Aug 2017 08:54 by ADMIN
Hi support,
I've mixed RibbonWindow Sample and Prism with ReagionManager and RadDocking in this sample. When I try to dock a derived RadPane (e.g. OutputView or others) in center of the compass menu the derived RadPane Header is not shown as a tab in the split container. Only pure RadPane instances  (c.f. "_regionManager.RegisterViewWithRegion("DockingRegion", typeof(RadPane)); " in FileServicesModule class will dock in correct manner. 
Declined
Last Updated: 07 Jun 2017 08:00 by ADMIN
Created by: Matthias
Comments: 5
Category: UI for WPF
Type: Bug Report
1
We use 'xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"' in our application.
The problem is that DrapAndDrop does not work anymore, no Events are fired.

Since our last release we didn't change anything at our UI and as I tried a few days ago to drag something in the application and nothing happened.

Did something change with the previous mentioned reference?
What are possible solutions?

Thank you in advance 
Declined
Last Updated: 22 May 2017 10:47 by ADMIN
Created by: Joseph
Comments: 1
Category: UI for WPF
Type: Bug Report
0
I have a diagram with about 45 custom image objects contained within it. When I export the diagram to a png using RadDiagram.Export("PNG") there are 3 images that are not rendered in the image.
Unplanned
Last Updated: 15 May 2017 15:54 by ADMIN
When setting IsSynchronizedWithCurrentItem to true, the RadListBox behaves differently from the standard ListBox; changing the selection in the RadListBox does not update the current item of the underlying ICollectionView.
Completed
Last Updated: 18 Apr 2017 07:50 by ADMIN
ADMIN
Created by: Masha
Comments: 1
Category: UI for WPF
Type: Bug Report
0
Glyphs overview: http://docs.telerik.com/devtools/wpf/styling-and-appearance/glyphs/common-styles-appearance-glyphs-overview 

Available in 2017 R2 Official Release.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
We have a zip file created with the ZipLibrary.
It is not possible to extract it with the "Compressed Folder Tools" tool from the "Windows Explorer" application, which is the default compress tool in Windows 8.
The result is an error saying that the zip file is invalid.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
2
Video (wmv) and Audio (wav) files aren't properly compressed. The zip file that the library creates is larger than the original media file.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The exception occurs when files larger than 1 GB are being added to ZipPackage
Completed
Last Updated: 22 Feb 2017 12:37 by Alex
In some cases the ZipArchive requires to use the Flush method for its stream. When the stream like the MS.Internal.InternalMemoryStream does not support it then it causes the NotSupportedException.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Bug Report
6
When you create a ZipPackage and then use the Add method to add a .dll file the created archive is corrupted.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Incorrect output when creating an archive from a json file (when the text in the file is too long).
Completed
Last Updated: 22 Feb 2017 12:37 by Jörg
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
4
When used to zip files which names contains special characters(such as swedish special characters) the filename is displayed with wrong encoding after unzipping the file.

The fix is available in our latest LIB release (v. 2015.1.0323).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When operation stream is created on top of the stream which doesn't support seeking the NullReferenceException is thrown from the constructor. There are other things which makes impossible using of the ZIP library on the stream which doesn't support seeking. We should fix these things.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
7
When certain files are added to ZipPackage IndexOutOfRangeException is thrown.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Currently, when setting a style to a table/table cell the following syntax is imported properly
.tdborder{border: 1px solid black}
However, if the order of the properties is changed (solid 1px black), the style will not be interpreted.

The fix will be available in our latest LIB release (v. 2015.1.0323).
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When a document, which contains TOC with visible tab leader, is exported to PDF, the tab leader is missing in the produced document.