Telerik UI for WinUI 2.3.0

Released: Nov 9, 2022

Updates in 2.3.0

Features

  • Chart
    • RadCartesianChart added support for BoxPlot, ErrorBar, Bubble, and ScatterBubble series types.
  • PdfProcessing
    • Added support for embedding only a subset of characters used in the document, when registering CidType2Font using FontsRepository.
  • PdfViewer
    • RadPdfViewer added the option to print the currently displayed document via the WinUI Print API. This is currently supported only for Microsoft Windows 11.
  • RangeSlider
    • Restyled the control to resemble the Microsoft Windows 11 look and feel.
  • SpreadProcessing
    • Removed an obsolete Add method from SeriesCollectionOfT class. Use the other overrides instead.
  • WordsProcessing
    • Added the ability to preserve bin images on import/export.
    • Added support for SEQ Field.

Fixes

  • DataGrid
    • Column chooser panel is not showing when setting CanUserChooseColumns to true.
    • ArgumentOutOfRangeException when expanding row details and the details' height exceeds the row height.
  • PdfProcessing
    • Some PostScript fonts are not falling back to the correct one.
    • Exporting rotated pages to images causes clipped images.
    • The document info is not exported correctly when the document is encrypted.
    • An ArgumentNullException is thrown when exporting a document that contains a Widget created with FixedContentEditor.
  • SideDrawer
    • Setting the IsOpen property to true in XAML throws an exception.
  • SpreadProcessing
    • PdfFormatProvider: Text is cut off in Net Standard with a specific document.
    • Error message for invalid column name appears on import with a specific document.
    • Exception when exporting a conditional formatting rule with no formatting.
    • Wrong color scheme colors lead to wrong cell coloring on export.
  • WordsProcessing
    • InvalidOperationException thrown when exporting FloatingImage which is the first element in a continuous section to PDF.
    • Endless loop while the PDF exporter splits a block with an image.
    • HTML is truncated when there is a field without a separator.
    • A FileNotFoundException is thrown when importing a file and not having a DrawingML reference.
    • Importing an HTML image with no source and then exporting it to PDF causes an exception.
    • An InvalidCastException is thrown when exporting to PDF of calling UpdateField(s) method and a document contains hyperlink before bookmark.