Telerik UI for .NET MAUI R3 2022 SP1 (v4.0.0)

Released: Nov 9, 2022

Mises à jour de R3 2022 SP1 (v4.0.0)

Fonctionnalités

  • What's New
    • Updated to Microsoft .NET Maui 6.0.547 (for Microsoft .NET 6) and 7.0.49 (for .NET 7).
  • DataGrid
    • Added the ability to resize column width by dragging (WinUI and Apple MacCatalyst).
    • Added support for column reordering when dragging a column header.
    • Deleted the Columns property of the DataGridGroupingPanel. Use the GroupDescriptors property of the RadDataGrid instead.
  • PdfProcessing
    • Added support for embedding only a subset of characters used in the document, when registering CidType2Font using FontsRepository.
  • 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.

Correctifs

  • ComboBox
    • [WinUI] Layout cycle exception is thrown when SelectedItem is initially set.
  • DataGrid
    • [Android] Entry grows vertically/horizontally when in edit mode in a specific case.
    • HorizontalTextAlignment is always set to start when using ColumnHeaderStyle.
    • [WinUI] [Android] GroupingPanel stretches after grouping is performed.
    • [WinUI] Cannot drop an item in all places in "Group By" area.
    • [WinUI] Big space between groups in the service panel.
  • 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.
  • 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.