Completed
Last Updated: 04 Feb 2014 16:16 by ADMIN
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: 07 Mar 2016 14:46 by ADMIN
When RowStyle is applied to RadGridView, AlwaysVisibleRow part disappears after adding a new item.  The problem occurs only when the style is applied explicitly. 
Completed
Last Updated: 16 Apr 2014 08:18 by ADMIN
ADMIN
Created by: Petar Marchev
Comments: 0
Category: UI for Silverlight
Type: Bug Report
0
Silverlight uses short types internally for shapes' sizes and when the size of the line grows up to more than the short's max, extra lines are rendered. A possible work-around is to limit the zoom. 
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: 25 Mar 2014 11:23 by ADMIN
Created by: John
Comments: 1
Category: UI for Silverlight
Type: Feature Request
0
Would be nice to have guidance on how to integrate Silverlight controls with LightSwitch Project Types.
Completed
Last Updated: 05 Apr 2014 00:41 by arun
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for Silverlight
Type: Feature Request
14
It would be nice if RadPdf Viewer would support page rotation.
Unplanned
Last Updated: 05 Jan 2017 12:02 by ADMIN
If the Telerik.Windows.Controls assembly is referenced from a local folder whilst the Telerik.Controls.Navigation.dll is referenced from the installation folder, as soon as a control from Navigation is added in a UserControl, a design-time exception is raised.
The excpetion is "Error HRESULT E_FAIL has been returned from a call to a COM component."
StackTrace:    at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.Collection_InsertValue[T](PresentationFrameworkCollection`1 collection, UInt32 index, CValue value)
   at MS.Internal.XcpImports.Collection_InsertDependencyObject[T](PresentationFrameworkCollection`1 collection, UInt32 index, DependencyObject value)
   at System.Windows.PresentationFrameworkCollection`1.InsertDependencyObject(Int32 index, DependencyObject value)
   at System.Windows.Controls.UIElementCollection.InsertInternal(Int32 index, UIElement value)
Completed
Last Updated: 02 Apr 2014 12:17 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Bug Report
4
Currently, when a tool is executed it is invoked again after commit. The tool cannot be canceled from sequential execution.
Declined
Last Updated: 04 Feb 2016 14:08 by ADMIN
Custom color does not gets applied in the exported file (no matter if you export to .xslx or image file like .png ). The problem occurs if Alpha Transparency of the color is specified. 

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.

Workaround:
Set the Background of the RadCartesianChart to White.
Completed
Last Updated: 08 Apr 2014 10:46 by ADMIN
It would be nice the DCTDecode filter to handle correctly images that are encoded in CMYK colorspace.
Unplanned
Last Updated: 22 Aug 2014 14:07 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
6
Use Matrix3DProjection for 3D transformation
Completed
Last Updated: 18 Jan 2016 14:13 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for Silverlight
Type: Feature Request
5
It will be nice to expose public API to allow custom touch handling.

Completed:
With 2016 Q1 version, a static TouchManager has been introduced allowing handling of touch events, gestures, and adding custom touch gestures.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
The project configuration wizard displays a list of assemblies that we can include or exclude from the current project.
It would be much more useful if this window lists all the different controls and we select the controls we want to use. Currently, we ne
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.
Completed
Last Updated: 14 Sep 2016 13:45 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Bug Report
11
When IsTabStop = False the focus is going through :

 *  RadAutoCompleteBox
 *  RadComboBox (when IsEditable is set to True)
 *  RadNumericUpDown
 *  RadMaskedTextInput
 *  RadDatePicker
 *  RadDateTimePicker

Available in the R3 2016 Release.

For RadAutoCompletebox, RadComboBox, RadDateTimePicker and RadNumericUpDown, the TabNavigationExtensions.IsTabStop attached property should be used to indicate whether the control is included in the tab navigation cycle.

For RadMaskedTextInput, MaskedInputExtensions.IsEditorTabStop attached property should be used.
Declined
Last Updated: 06 May 2016 10:25 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
11
As a <role> I want <ability> so that <benefit>.
Completed
Last Updated: 09 Mar 2023 16:31 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
4

			
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
4
Add metadata driven validation support for:
- RadComboBox
- RadDateTimePicker
- RadNumericUpDown
Unplanned
Last Updated: 05 Jan 2017 12:08 by ADMIN
The LocalizationManager doesn't apply the ResourceKey if the Content/Text properties are defined in XAML between the opening and closing tag of the control - for example Button or a TextBlock control.