Telerik UI for Silverlight

Functionality that performs, Design that inspires.

Published by Telerik
Distributed by ComponentSource since 2018

Version: R3 2023 Updated: Oct 11, 2023

i

Please note: Starting December 1, 2023, Telerik UI for Silverlight will be retired, no new licenses will be sold. Telerik will continue to provide support and critical fixes until December 1, 2024.

Telerik UI for Silverlight R2 2018 SP1

Released: Jun 20, 2018

Updates in R2 2018 SP1

Features

  • DomainDataSource
    • Introduced the Telerik.Windows.Controls.DomainServices.OpenRia45 assembly which is built against the latest version of OpenRiaServices.
  • PDF Viewer
    • Implemented logic to handle invalid PDF documents which content streams contain concatenated "q" and "Q" graphic state operators.
  • PdfProcessing
    • Implemented logic to handle invalid PDF documents which content streams contain concatenated "q" and "Q" graphic state operators.

Fixes

  • ChartView
    • The Stroke of the AreaSeries and PolarSeries is not animated during series animation.
  • Docking
    • NullReference exception is thrown when dragging RadPane with HtmlDataProvider in its content.
    • Adding multiple unpinned RadPanes simultaneously to a RadPaneGroup with a pinned RadPane results in a blank pane.
  • GridView
    • Setting background to the cells hides horizontal grid lines in ExpressionDark, Windows8, Windows8Touch, Office2013 and VisualStudio2013 themes.
    • When the CanUserResizeRows property is True the last row is not resizable.
    • A NullReferenceException is thrown in the FlatLayoutStrategy.ScrollRowIndexIntoView method.
    • A memory leak occurs when adding and removing columns repeatedly.
    • Replacing an item in the source collection changes its index when the control is sorted.
    • The static DragDropController.SourceDataControl property still holds a reference to the GridView after the grid is unloaded which causes a memory leak.
    • XAML parser uses Columns[string] instead of Columns[int] when binding to a numeric index, which causes an exception.
  • MaskedInput
    • Improved the performance when typing in all masked inputs on tablet devices. For even better results the creation of the AutomationPeers may be stopped by setting AutomationManager.AutomationMode = Disabled.
    • Command (APPLE) key does not function for MaskedInput on MAC in Silverlight.
  • PDF Viewer
    • Missing Widget appearances because they are not recalculated when NeedAppearances PDF flag is true.
    • Glyphs are displayed with wrong widths when there is a collision between corresponding values from the font file and the widths (W) PDF property.
    • IndexOutOfRangeException is thrown when importing cross reference entries which are not on consequent rows.
  • PdfProcessing
    • Transparency is lost on import when the graphic state does not specify the alpha source.
    • Corrupted document after export because of missing FunctionType PDF property.
    • InvalidCastException when importing DeviceN color with integer components.
  • RibbonView
    • An exception is thrown when RibbonButton is disabled runtime while its KeyTip is open and press.
  • RichTextBox
    • NullReferenceException is thrown after dragging table after page break and then Undo/Redo the drag operation.
    • Formatting is not applied when selection is applied quick after format painter is clicked.
    • FormatPainter does not copy formatting when the source text has a character style.
    • The LeftTab and the RightTab of RulerThumb have the same symbol in Green, Office2016 and Office2016Touch themes.
    • Paragraph elements (p) containing empty run, defined with self-closing tag (), are not imported from DOCX.
  • ScheduleView
    • The last day of all day appointments in MonthViewDefinition is not rendered when that last day is the first day of the next week.
  • SpreadProcessing
    • Pasted value has incorrect formatting when the source has formatting on the entire column.
  • Spreadsheet
    • Pasted value has incorrect formatting when the source has formatting on the entire column.
  • ToolTip
    • Memory leak when setting the ToolTipContentTemplate and the element is removed from the visual tree.
    • ToolTipService's ToolTipContent that is not string is not displayed.
  • TreeList
    • A memory leak occurs when updating the FilterDescriptors collection repeatedly.