Completed
Last Updated: 04 Feb 2014 09:26 by ADMIN
The value should be updated only when Up/Down/PageUp/PageDown or Enter is pressed.
Completed
Last Updated: 22 Jan 2015 15:32 by ADMIN
Annotations are not positioned correctly, when the vertical scrollbar is visible.

The fix is available in LIB Version 2014.3.1319.
Declined
Last Updated: 08 Mar 2016 15:00 by ADMIN
Created by: Minifuss
Comments: 1
Category: UI for Silverlight
Type: Feature Request
2
Same as in WPF
Declined
Last Updated: 08 Mar 2016 14:59 by ADMIN
Created by: Minifuss
Comments: 1
Category: UI for Silverlight
Type: Feature Request
2
Same as WPF suggestion
Completed
Last Updated: 18 Oct 2019 14:32 by ADMIN
Release R3 2019 SP
Completed
Last Updated: 09 Jul 2014 13:12 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Silverlight
Type: Feature Request
1
Hitting dot or comma on the keyboard doesn't move the cursor after the decimal separator in the MaskedNumeric/CurrencyInput controls in Mac 
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ColorToBrushConverter is removed but is used, causing run-time error.
Unplanned
Last Updated: 30 Jan 2017 08:03 by Miroslav Paskov
Created by: Miroslav Paskov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
1
When placed in a RadWindow, there is a LayoutCycle exception if the layout transform is re-applied when the content of the LCC is not visible.

Workaround: Set MinHeight to the RadWindow.
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.
Completed
Last Updated: 20 Nov 2014 11:43 by ADMIN
Exception is thrown if the size of Fluid is 0 and you maximize the window.
Unplanned
Last Updated: 05 Jan 2017 08:00 by Nick
Created by: Nick
Comments: 0
Category: UI for Silverlight
Type: Feature Request
1
If the user clicks one of the sides of the cube, it stops spinning and displays the image/control that they clicked on.
Also, if the user clicks the non-rotating image/control, then the cube starts spinning again.

If the user doesn't click on the non-rotating image/control after a specified period of time, that the cube should start rotating again on it's own.
Declined
Last Updated: 05 Dec 2014 14:58 by ADMIN
http://www.maxpaulousky.com/blog/archive/2010/06/22/xaps-minifier-an-add-on-to-visual-studio-2010-to-optimize-and-minimize-xap-files-again.aspx
Declined
Last Updated: 05 Dec 2014 14:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
1
Add support for WPF assemblies.
Declined
Last Updated: 01 Dec 2014 15:31 by ADMIN
After minfying RadGridView - the Sum Aggregate Functions are removed.
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.
Completed
Last Updated: 20 Mar 2014 08:30 by ADMIN
SelectedCells collection is not updated correctly after GridView's ItemsSource changed
Completed
Last Updated: 21 Mar 2014 06:48 by Alex
Compress/decompress of specific file using streams can be wrong when the compression level is specified to Deflated.
Completed
Last Updated: 05 Nov 2015 11:48 by ADMIN
Completed
Last Updated: 15 Apr 2014 15:22 by Licensing
ADMIN
Created by: Nick
Comments: 1
Category: UI for Silverlight
Type: Feature Request
1
Constantly growing instances of EventHandler<TouchEventArgs> in real time data virtualization examples.

Resolved with 2014.1.414.
Completed
Last Updated: 29 Feb 2016 14:08 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
1
The RibbonView TabStrip ScrollViewer is displayed unexpectedly when there are inactive ContextualGroups.