Telerik UI for Xamarin R2 2022

Released: May 11, 2022

R2 2022 中的更新

特性

  • DataGrid
    • Added new property for manually controlling grid row height.
  • PdfProcessing
    • Added support for inserting transparent images in Microsoft .NET Standard.
    • Added setting that allows you to choose if fonts should be embedded in the document.
  • SpreadProcessing
    • Added support for CONCAT function.
    • Added support for Comments (Threaded Comments).
    • Various Conditional Formatting improvements.
    • The Changing event arguments in FilteredShapeCollection class have been changed from ShapeCollectionChangedEventArgs to ShapeCollectionChangingEventArgs.
  • WordsProcessing
    • Added support for continuous section break when exporting to PDF.
    • Added support for 'descr' attribute in 'NonVisualDrawingProperties' for shapes/images when working with DOCX.
    • HtmlFormatProvider should now always export an image tag's alt property even if its value is empty.
    • Added support for image alternate text when importing and exporting HTML documents.
  • Xamarin.Forms
    • Added new LinearProgressBar component which displays progress information during long-running operations. The control supports indeterminate mode and segments.

修補程式

  • Entry
    • [Android] Long text is displayed at the ending when Entry is not focused and its Text is set to longer string.
  • ImageEditor
    • ObjectDisposedException is thrown in specific scenarios.
  • PdfProcessing
    • NotImplementedException is thrown when exporting a document with a Type 1 font with custom encoding.
    • Rows are not drawn if the previous row is split into different pages and has row span.
    • ArgumentNullException is thrown when importing a document containing Widget annotation with normal appearance dictionary set to null.
    • The table alignment is not maintained when the table is split into multiple pages.
  • SpreadProcessing
    • ArgumentException is thrown when importing an XLSX document with a comment (Note) without an author.
    • An exception is thrown when converting to PDF and there are cells with a width less than 5.
    • Conditional Formatting is exported for the active sheet only.
    • When а document with consecutive dfsx-es is imported, an ArgumentOutOfRangeException may be thrown.
  • WordsProcessing
    • InvalidOperationException/ArgumentOutOfRangeException is thrown while importing table cells with vMerge and hMerge attributes.
    • Field code fragment consisting of multiple inlines is added to the result fragment when exporting to PDF or HTML format.
    • An exported document containing ComboBox control fails to load inside Microsoft Word.
    • NullReferenceException is thrown when inserting a document containing fields without a separator.
    • NullReferenceException is thrown when an IF field has no FalseText.
    • ArgumentException is thrown when importing CSS variable/attribute with an empty value.
    • Floating images positioned outside of page borders are moved inside the page.