Telerik UI for Silverlight R3 2020

Released: Sep 16, 2020

R3 2020 버젼 업데이트

기능

  • AutoCompleteBox
    • Exposed HighlightedIndex protected property to be used for keyboard navigation behavior customizations.
  • Map
    • Format can now be specified through the ImageFormat property of the WmsTileProvider/WmsTileSource.
  • PDF Viewer
    • Implemented support for documents with startxref and its offset defined on the same line.
  • PdfProcessing
    • The import can now handle startxref keyword and its offset defined on the same line.
    • Introduced support for Identity-V CMap.
    • Introduced support for UniCNS-UCS2-H encoding type of Type0Fonts.
  • RichTextBox
    • Exposed API allowing customers to set an annotation as word separator and to exclude it from spell checking.
  • SpreadProcessing
    • Styles that are missing from the stylesheet are now skipped and not applied to the element. Instead, the default style is used.
    • Implemented text orientation for cell content.
    • Introduced XLS Format Provider that handles import and export of XLS documents.
  • Spreadsheet
    • Styles that are missing from the stylesheet are now skipped and not applied to the element. Instead, the default style is used.

수정사항

  • BulletGraph
    • Changing the AccentColor through the Windows8Touch Palette does not affect the default values of the BulletGraph's QualityPoorBrush, QualitySatisfactoryBrush and QualityGoodBrush.
  • ComboBox
    • Bindings to the Text property are broken in some scenarios.
  • DatePicker
    • An exception is thrown while spying the RadClock automation peer if setting the DateTimePicker.InputMode to DatePicker.
  • Diagrams
    • The BackgroundGrid.CellSize attached property does not properly apply as it conflicts with the GraphPaper's CellSize which is obsolete (and now removed in R3).
    • GraphPaper class was obsolete and is now removed since it does not participate in the UI. BackgroundGrid properties should be the only ones used to set line properties (stroke, strokedasharrray, etc.) to the Diagram's background grid surface. These properties now participate in the save load process of diagram, particularly in Diagram's metadata.
  • Docking
    • ArgumentException is thrown when retaining pane size in control with small width and ToolWindow is initialized.
    • TargetInvocationException is thrown in the OnRadPaneStateChange method.
  • GanttView
    • ArgumentOutOfRangeException when dragging before of DateTime.MinValue.
  • Gauges
    • VerticalLinearScale with multiple bar indicators is clipped when IsInteractive is True.
  • GridView
    • CalculateAggregates method is called unnecessarily.
    • Canceling edit with an invalid value in a cell does not bring the original value when bound to a sub-property.
    • One could scroll past the first item leaving empty space above it.
    • GridViewComboBoxColumn does not respect UpdateSourceTrigger property of the DataMemberBinding.
    • Selection is lost in a grouped RadGridView after performing a sort operation.
  • Menu
    • Designer pops up and gets focus while editing the menu items in XAML.
  • PDF Viewer
    • Document's file stream is locked after saving it.
    • KeyNotFoundException is thrown while importing document because of the inability to find glyph "middot" data in Type1Font.
    • NullReferenceException is thrown when importing a document with AcroForm referencing a missing PDF object.
  • PdfProcessing
    • Data of inline image cannot be parsed when the stream contains "ei".
    • KeyNotFoundException is thrown while importing document because of the inability to find glyph "middot" data in Type1Font.
    • NotSupportedColorSpaceException is thrown when importing color space defined as an external resource.
    • NotSupportedException is thrown when importing document containing Annotation with not supported Action.
    • NullReferenceException is thrown when importing a PDF document containing InlineImage with missing parameters.
    • System.ArgumentException is thrown when setting a password to a document with form fields.
    • UriFormatException is thrown when importing UriAction with invalid URI.
    • InvalidCastException is thrown when importing predefined ToUnicode CMap.
    • NotSupportedException is thrown when trying to convert not supported Encoding Name.
    • The checkbox state is not correctly imported when the value is not specified.
  • ProgressBar
    • Following Section 508 Compliance guidelines, RadProgressBarAutomationPeer now implements the IRangeValueProvider interface, and its IsReadOnly property returns always True.
  • RibbonView
    • RadRibbonWindow: Prevent calling the Close() method again while RibbonWindow is closing.
    • MinimizeButtonVisibility is not respected in VisualStudio2019, Office2016, Office2016Touch, Material, Crystal and Fluent themes.
    • The application menu buttons have incorrect alignments and/or foreground/background colors, caused by incorrect padding values and VisualStates, in the following themes - Windows8, Windows8Touch, VisualStudio2013, Office2016/Touch (incorrect alignment; incorrect foreground of content elements on pressed), VisualStudio2019 (incorrect alignment; split button - incorrect background when opened), Material (incorrect alignment of the drop down button).
  • RichTextBox
    • Content is duplicated and not committed when pressing Space key while typing in Japanese.
    • Тhe text content of a paragraph when copy-pasting a Chinese text wrapped in a bookmark is duplicated.
    • Half-width space is inserted twice when using Japanese IME.
    • NullReferenceException is thrown when undoing font size changes in a table containing a single cell.
    • Pressing Space or Enter while using Korean IME duplicates the last character.
  • ScheduleView
    • AgendaView's group header is not localized in all themes.
  • SpreadProcessing
    • Exception is thrown when the sheet name contains a single letter.
    • PrintArea is not taken into consideration when calculating the actual ScaleFactor.
    • Transparency should not be applied to the colors.
    • Formulas containing new lines are not parsed correctly.
    • A specific formula returns wrong result (=A1=FALSE).
  • Spreadsheet
    • Transparency should not be applied to the colors.
    • Formulas containing new lines are not parsed correctly.
  • Toolbar
    • The ItemAlignment and OverflowMode properties are not respected when setting in DataTemplate.
  • TreeList
    • The expander button is clipped when HierarchyColumnIndex and FrozenColumnCount are equal and the Column's Width is Auto.
  • TreeView
    • DragDrop expanded TreeViewItem may result in incorrect children indentation when the tree is not databound.
  • Window
    • Exception is thrown when no task bar is presented in the system.