Completed
Last Updated: 05 Nov 2015 11:48 by ADMIN
Completed
Last Updated: 08 Apr 2022 13:49 by ADMIN
Release LIB 2022.1.411 (11 Apr 2022)
Missing StaticResource error (ScrollBarStyle) is thrown when using implicit styles and merging the Telerik.Windows.Controls.RichTextBoxUI.xaml file.
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.
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.
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 Mar 2014 08:30 by ADMIN
SelectedCells collection is not updated correctly after GridView's ItemsSource changed
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.
Unplanned
Last Updated: 16 Nov 2018 12:49 by ADMIN

At this point not much else is known other than the stack trace. The stack trace suggests that this happens on selection done by dragging the mouse and perhaps the document is with incorrect structure.


Exception: [ArgumentNull_Generic]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50907.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: inline

at Telerik.Windows.Documents.Model.RadDocument.GetContainingAnnotationRanges[TRangeStart](Inline inline, Predicate`1 filter, Boolean inclusive)

at Telerik.Windows.Documents.DocumentPosition.get_IsPositionInSkipPositionRange()

at Telerik.Windows.Documents.DocumentPosition.get_IsValidPosition()

at Telerik.Windows.Documents.DocumentPosition.Validator.EnsureValidPosition(DocumentPosition position, Func`1 shouldSearchForward)

at Telerik.Windows.Documents.Selection.MouseSelectionHandler.UpdateSelectionAndCaretPosition()

at Telerik.Windows.Documents.Selection.MouseSelectionHandler.RegisterDocumentMouseMove(Point position, SourceType source)

at Telerik.Windows.Documents.UI.DocumentPresenterBase.HandleMouseMoveOnPosition(Point position, SourceType source)

at Telerik.Windows.Documents.UI.DocumentPresenterBase.Owner_MouseMove(Object sender, MouseEventArgs e)

at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)

at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)


Unplanned
Last Updated: 14 Jan 2019 14:03 by ADMIN

Here is the error:

Invalid XmlnsDeclaration occurs in assembly 'Telerik.Windows.Controls.GridView, Version=2018.3.1016.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. XmlnsDeclaration references a namespace 'Telerik.Windows.Controls.MultiColumnComboBox' that is not in the assembly.

It is reproducible only in Visual Studio 2010 SP1.

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. 
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: 16 Feb 2022 14:02 by ADMIN
The tool does not found issues in a Silverlight project
Completed
Last Updated: 14 Sep 2018 11:10 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: UI for Silverlight
Type: Bug Report
0
The current workaround is to edit the control template of the control and set the MinWidth of the PART_ListBox element:

                   <Popup x:Name="PART_Popup">
						<Grid x:Name="PopupRoot">
							<telerik:RadListBox x:Name="PART_ListBox"
												 MinWidth="{TemplateBinding MinDropDownWidth}"
												MaxHeight="{TemplateBinding MaxDropDownHeight}"
                            ItemsSource="{TemplateBinding FilteredItems}"
                            ItemTemplate="{TemplateBinding DropDownItemTemplate}"
                            FontFamily="{TemplateBinding FontFamily}"
                            FontSize="{TemplateBinding FontSize}"/>
							<Border
                            Background="{Binding Background, ElementName=PART_ListBox}"
                            BorderBrush="{TemplateBinding BorderBrush}"
                            BorderThickness="1"
                            Width="{Binding ElementName=PART_ListBox, Path=Width}"
                            Visibility="{Binding ElementName=PART_NoResultsContentPresenter, Path=Visibility}">
								<ContentPresenter x:Name="PART_NoResultsContentPresenter"
                                MinWidth="{TemplateBinding MinDropDownWidth}"
                                MaxHeight="{TemplateBinding MaxDropDownHeight}"
                                Content="{TemplateBinding NoResultsContent}"
                                ContentTemplate="{TemplateBinding NoResultsContentTemplate}"
                                Visibility="Collapsed"
                                Margin="5 4"/>
							</Border>
						</Grid>
                   </Popup>
Declined
Last Updated: 20 Feb 2017 10:06 by ADMIN
Created by: Tim
Comments: 1
Category: UI for Silverlight
Type: Feature Request
0
It should be possible when user selects multiple cells on the current view with the CTRL key to return the list of these cells with the ScheduleView method.

More info here:
http://www.telerik.com/forums/select-multiple-days-with-ctrl-key