Telerik UI for Xamarin R1 2022

Released: Jan 19, 2022

Updates in R1 2022

Features

  • What's New
    • Added a SignaturePad component.
    • SpreadProcessing library now supports Conditional Formatting enabling users to add visual formatting to cells, based on data-driven rules.
    • Added Nested Mail Merge functionality in WordsProcessing library.
    • Provided API for Insert / Delete Comments (Notes) in SpreadProcessing library.
  • AutoCompleteView
    • Added SuggestionViewPosition property for setting the suggestion view position.
  • DataGrid
    • Added support for System.Data.DataTable.
  • DatePicker
    • Exposed AcceptCommandParameter and CancelCommandParameter properties in PickerPopupSelectorSettings.
  • DateTimePicker
    • Exposed AcceptCommandParameter and CancelCommandParameter properties in PickerPopupSelectorSettings.
  • ImageEditor
    • Exposed commands for programmatic control.
  • ListPicker
    • Exposed AcceptCommandParameter and CancelCommandParameter properties in PickerPopupSelectorSettings.
  • PdfProcessing
    • Exposed a way to get the font name as it is in the document.
  • SpreadProcessing
    • Introduced Conditional Formatting enabling users to add visual formatting to cells, based on data-driven rules.
    • Provided API for Insert / Delete Comments (Notes).
  • TemplatedPicker
    • Exposed AcceptCommandParameter and CancelCommandParameter properties in PickerPopupSelectorSettings.
  • TimePicker
    • Exposed AcceptCommandParameter and CancelCommandParameter properties in PickerPopupSelectorSettings.
  • TimeSpanPicker
    • Exposed AcceptCommandParameter and CancelCommandParameter properties in PickerPopupSelectorSettings.
  • WordsProcessing
    • Added support for Table.Alignment when exporting to PDF.
    • Added support for table row height when exporting to PDF.
    • Added Nested Mail Merge functionality.
    • Added the ability to export VerticalAlignment property of the table cells to PDF.
    • Exposed a method deleting the content between two inlines.

Fixes

  • DataGrid
    • Underlying data updates are not reflected in the grid when applied after a cell content is edited through UI.
  • DateTimePicker
    • ObjectDisposedException is thrown when the control is hidden and there is a navigation occurring.
  • PdfProcessing
    • The Image`s StencilColor property value is missed when merging documents.
    • OpenTypeFontSource`s Bold and Italic are not correct when they are set in the TrueType font file`s OS/2 table.
    • Font name is wrong when creating a TrueType font with FontsRepository.TryCreateFont() when the font is installed.
  • SpreadProcessing
    • .NET Standard: Exception when rounding a decimal value in a formula with a lot of precision numbers.
    • An Exception is thrown when importing documents containing custom number formats with date or time part and with empty sections.
  • SpreadStreamProcessing
    • The library allows up to 30 (instead of 31) characters of the sheet name.
  • WordsProcessing
    • KeyNotFoundException is thrown when a document with invalid bookmarks is imported.
    • A floating image is not exported to PDF when it is at the end of the document and does not fit on the same page.
    • DocxFormatProvider: Table default cell left and right margin values are changed during import when they are not specified in the document.
    • UriImageSource and StyleSheetData do not support newer TLS versions.