Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Add a visual loading indicator to display the progress of the assemblies loading process
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
2
Create FileThumbnail control:
I would love to have an easy way to display the thumbnail preview of a file. The Windows Shell does it, but the pInvoke code required to make this work is excessive.
Something like this:
http://stackoverflow.com/questions/1439719/c-sharp-get-thumbnail-from-file-via-windows-api
Perhaps a "RadFileThumbnail" control?
The Windows API Code Pack for Windows 7 has something like this, but you lock yourself into Windows 7 by using it.
http://archive.msdn.microsoft.com/WindowsAPICodePack
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
3
Support Documents (RichTextBox) assemblies
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
The MaskedInput controls cannot be extracted from the Telerik.Windows.Controls.Input.dll
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
9
Extend the WP7 support. Add support for each assembly and control.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
4
Sometimes the application never loads the requested dlls' content.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
3
Implement a command line version which can be integrated with TFS.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Summer, Office_Silver, Office_Black Themes cannot be minified , after loading they dissapear from the "extracting" grid
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
RadRichTextBox`s dlls cannot be minified ( Telerik.Windows.Documents and its derivative dlls)
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Implement a feature in the AssemblyMinifier to allow explicitely to define which classes to be included in the minified assembly - for example through a regular expression.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
2
Telerik.Windows.Controls.Charting.dll cannot be minified
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
8
"It would be really useful to have a RadComboBox with a RadTreeView.

The combination of RadDropDownButton with a RadTreeView seems to be an insufficient workaround:
- start-up item setup
- sync current item
- IsOpen hack in MVVM
- no validation support - which is a serious drawback
- no edit/search support"
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
2
XamlParseException when minifying the XAP
Declined
Last Updated: 09 Dec 2014 15:08 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
1
Problem with finding dependencies not statically known.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Bug Report
1
Fix the animation of the RadWrapPanel.
As a workaround:
<telerik:RadWrapPanel >
			<i:Interaction.Behaviors>
				<ei:FluidMoveBehavior AppliesTo="Children" Duration="0:0:0.4">
					<ei:FluidMoveBehavior.EaseY>
						<CubicEase EasingMode="EaseOut"/>
					</ei:FluidMoveBehavior.EaseY>
					<ei:FluidMoveBehavior.EaseX>
						<CubicEase EasingMode="EaseOut"/>
					</ei:FluidMoveBehavior.EaseX>
				</ei:FluidMoveBehavior>
			</i:Interaction.Behaviors>
</telerik:RadWrapPanel>
Check the attached project.
Declined
Last Updated: 09 Dec 2014 15:07 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 18
Category: UI for Silverlight
Type: Bug Report
68
Hanging the UI for bigger xaps.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ColorToBrushConverter is removed but is used, causing run-time error.
Declined
Last Updated: 05 Dec 2014 14:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
2
Add support for Assembly Library Chaching in Xap Minifier
Declined
Last Updated: 05 Dec 2014 14:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
2
Not flushing the uploaded files, selection after downloading the Result.
Declined
Last Updated: 05 Jan 2017 13:25 by ADMIN
When the PngBitmapEncoder uses source from a PNG file with opacity then the result image rendering is gray. The class is available in UI for Silverlight.