Unplanned
Last Updated: 29 Jun 2023 13:05 by Piotr
The form fields are not displayed when loading specific pdf files.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R3 2022 SP1
When exporting a document in a Silverlight project using the XamlFormatProvider an exception is thrown.
Declined
Last Updated: 17 Oct 2022 12:27 by ADMIN

The Gridview Distinct Filters can't be reuse if the filtering panel is close.

When the filter panel is reopen selecting or deselecting distinct filter have no effect.

This is reproductible in telerik demo in any gridview with distinct filter.

the bug is present in browser and oob applications.

Unplanned
Last Updated: 03 Aug 2022 06:54 by Winston

RadMaps Silverlight BingMap provider stopped displaying tiles in 2022 due to change in Bing Maps service.

Check notes here:

https://docs.microsoft.com/en-us/answers/questions/799630/arcgis-map-services-stopped-loading.html

Either workaround or statement regarding the future of this feature is needed.

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: 04 Feb 2022 17:26 by ADMIN
RTF documents that do not define the appropriate style types in the style definitions are not processable in RTB. While this is a deviation from the standard, MS Word manages to fix them and then open them.
Unplanned
Last Updated: 11 Jun 2021 08:12 by ADMIN

When the MinTimeRulerExtent of a view definition is lowered (to the point that the view does not have a scrollbar) and the EnableSmallAppointmentRendering is true, the content of the group headers is not displayed. 

Completed
Last Updated: 16 Feb 2022 14:02 by ADMIN
The tool does not found issues in a Silverlight project
Unplanned
Last Updated: 16 Jun 2023 10:23 by ADMIN
Scrolling performance in large spreadsheets is significantly worse when auto filters are enabled.
Completed
Last Updated: 05 Oct 2020 13:56 by ADMIN
Release LIB 2020.3.1012 (12/10/2020)
If the appearance is defined using a non-existing object reference in PDF document, NullReferenceException is thrown on import. 
Completed
Last Updated: 03 Jul 2019 12:10 by ADMIN
Release LIB 2019.2.708 (7/8/2019)
The items of the RadComboBox control in the SettingsPane Text tab are not visible when the Windows8 theme is applied using StyleManager.
Completed
Last Updated: 04 Sep 2019 11:00 by ADMIN

When using a diagram in the theme Windows8, the all the text in the RadComboBox controls inside SettingsPaneTextControl is not showing.

Please see the attached file for example.

In a newly created empty Silverlight project, the Theme is set to Windows 8:

StyleManager.ApplicationTheme = new Windows8Theme();

Create a RadDiagram in a xaml file

<telerik:RadDiagram x:Name="diagram">
            <telerik:RadDiagramTextShape Content="Test" />
            <primitives:ItemInformationAdorner.AdditionalContent>
                <telerik:SettingsPane Diagram="{Binding ElementName=diagram}" />
            </primitives:ItemInformationAdorner.AdditionalContent>
        </telerik:RadDiagram>

And the text in the RadComboBox controls inside SettingsPaneTextControl is not visible.

most other themes work fine, but Window8 is not.

I already updated to the latest Telerik Silverlight libraries.

 

Unplanned
Last Updated: 18 Mar 2019 11:56 by ADMIN
Created by: Ievgen
Comments: 0
Category: GridView
Type: Bug Report
1
 
Completed
Last Updated: 11 Jul 2019 13:15 by ADMIN
Release LIB 2019.2.715 (7/15/2019)

This reproduces only if the FlipDuration property of RadBook is set to 0. 

To work this around set the FlipDuration to a bigger value. For example: FlipDuration="0:0:0.001"

Unplanned
Last Updated: 12 Mar 2019 09:18 by ADMIN

When the RadTabControl is placed in a RadBusyIndicator, one of the navigation repeat buttons is initially disabled.

As a workaround, you can invoke the ScrollToHorizontalOffset method of the ScrollViewer inside the RadTabControl in a Dispatcher in the Loaded event:

 private void RadTabControl_Loaded(object sender, RoutedEventArgs e)
        {
            var tabControl = sender as RadTabControl;
            var scrollViewer = tabControl.ChildrenOfType<ScrollViewer>().FirstOrDefault();
            Dispatcher.BeginInvoke(new Action(() =>
            {
                scrollViewer.ScrollToHorizontalOffset(5);
            }));
        }
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.

Unplanned
Last Updated: 28 Nov 2018 17:33 by ADMIN
Some documents containing embedded jpeg images with DCTDecode filter are not decoded correctly in RadPdfViewer for Silverlight
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)


Completed
Last Updated: 18 Oct 2019 14:32 by ADMIN
Release R3 2019 SP
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>
1 2 3 4 5 6