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.
Declined
Last Updated: 12 Apr 2017 13:50 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: UI for WPF
Type: Feature Request
1
Add a property to the RadWindow, to enable a behavior, so that when the user attempts to focus on the parent window (while the modal is open), the modal window will flash.

You can see this behavior in other Windows applications that show modal dialogs.
Unplanned
Last Updated: 04 Apr 2017 08:05 by Patrick
One requires to create QueryableCollectionView on the UI thread.
Now there's going to be a .Count() call on the IQueryable passed into the constructor,
which will block the UI thread until it returns.
There might be various reasons why there is delay (unable to connect to DB,slow query, using a REST queryable provider, etc).

It would be nice if we could pass in the count ourselves.
Unplanned
Last Updated: 22 Mar 2017 08:43 by Wetzorke
Created by: Wetzorke
Comments: 1
Category: UI for WPF
Type: Feature Request
4
Make the internal static class Telerik.Windows.Controls.WeakEventHandlerManager public.
Unplanned
Last Updated: 02 Mar 2017 07:27 by Ivan
Created by: Ivan
Comments: 0
Category: UI for WPF
Type: Feature Request
2
In Excel it's easy to rotate the contents of a cell. In the Gridview, it's possible to rotate the contents of the header, but the result is a column header that resizes weirdly, and the workaround (at least the one I was provided) is clunky. How about a simple property like <telerik:GridViewDataColumn Header="Name" HeaderRotation="-90" /> 
Completed
Last Updated: 27 Feb 2017 08:26 by ADMIN
For more details check here: http://jeremybytes.blogspot.com/2014/10/using-callermembername-attribute-for.html

Available in the R1 2017 SP1 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
Add additional properties to the ZipPackageEntry that describe the creation date, the last modified date and etc.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Add a possibility to create a ZipPackage with a password associated with it.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
4
Ability to zip files bigger than 4 GB needed
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
7
Implement the "add file to existing archive" functionality