Telerik UI for Xamarin R1 2021

Released: Jan 20, 2021

Updates in R1 2021

Features

  • New
    • Added Dark Mode support for all controls. It is available for Android and iOS and the controls now respond to device theme change.
    • RichTextEditor control is now official.
    • Upgraded to Xamarin.Forms 4.8.0.1269.
  • DataGrid
    • Added IsOptionsButtonVisible property. It can be set individually to each column via the HeaderStyle property.
  • PdfProcessing
    • Performance improvements when inserting tables using the RadFixedDocumentEditor.
    • Introduced mechanism for loading custom font files when importing TrueType fonts.
  • PdfViewer
    • Added support for Type 3 fonts.
  • RichTextEditor
    • Added OpenHyperlinkError event.
    • Added error alert when opening invalid hyperlinks.
    • Implemented default context menu for the RadRichTextEditor component.Implemented ContextMenuItems property of RadRichTextEditor that allows customization of the context menu for the control.
    • Implemented select all functionality.
  • SpreadProcessing
    • Added DocumentInfo properties to preserve document metadata information.
  • TabView
    • Add support for swiping inside the content. It can be turned on and of using the IsContentSwipingEnabled property with default value "true".
    • Added support for sliding the TabView header items. It can be turn on and of by setting the IsScrollable property of the TabView Header.
  • WordsProcessing
    • Introduced DocumentInfo properties to preserve document metadata information.
    • Introduced support for importing/exporting/editing of Content Controls (structured document tags).
    • LoadFromUri event is now obsolete. LoadStylesheetFromUri and LoadImageFromUri are the new events that should be used instead. When LoadFromUri is used for resolving images, even if the data is provided in the arguments, an HTTP call to the resource is made to resolve its extension. This can be potentially unwanted behavior in some client scenarios.
    • Introduced support for floating images when exporting to PDF.

Fixes

  • Chart
    • [Android] The tooltip is not hidden when the Chart is placed inside ScrollView and the content is scrolled.
  • DatePicker
    • RadDatePicker throws exception in iOS when device language is set to Arabic.
  • DateTimePicker
    • RadDatePicker throws exception in iOS when device language is set to Arabic.
    • The control is not disposed properly.
  • Entry
    • [Android] [iOS] Custom font is not applied.
    • [UWP] TextColor property is not applied.
  • ImageEditor
    • Changed the background color of the toolbar to be consistent with the other toolbars.
  • PdfProcessing
    • An ArgumentException is thrown when importing a PDF containing overlapping codespace.
    • An ArgumentException is thrown when importing rectangle whose values are defined using indirect references.
    • An ArgumentOutOfRangeException is thrown when a TextBox field has a smaller size than the default padding of the field.
    • Importing a document containing link annotations and named destinations referring to the same object causes InvalidCastException.
    • An InvalidCastException is thrown when importing a document with FormXObject resources pointing to an indirect object.
    • An InvalidDataException is thrown while decoding stream from a PDF with Encryption Algorithm 4.
    • An InvalidDataException (Unknown compression method 'method-name') is thrown when opening a document.
    • An InvalidDataException is thrown when importing a document containing two trailers and the Encrypt object is part of the first Xref table.
    • Image with ICC Based colorspace is missing due to a NullReferenceException.
    • A NotSupportedException is thrown when the inline image stream starts on a new row.
    • Slow performance of CCITTFaxDecode filter.
    • Sporadical InvalidOperationException is thrown while importing documents from background threads.
  • PdfViewer
    • Changed the overflow of the toolbar button to have vertical border.
    • Changed the overflow button of the toolbar to have an accent background color when selected.
    • Changed the disabled button color of the toolbar to be consistent between the platforms.
  • Popup
    • Memory leak when navigating back from a page that contains Popup.
  • RichTextEditor
    • Bold, italic, underline not working after setting text formatting.
    • Clear formatting not working for block formatting.
    • [Android] Context menu is over the Tolbar popups.
  • SpreadProcessing
    • An exception is thrown when importing an XLS file with a specific print area.
    • An InvalidOperationException is thrown when importing an XLS document containing an Extra Table Data record.
  • TabView
    • Selected item header does not correspond to the selected item content.
    • Crash when having an initially selected tab.
  • WordsProcessing
    • Headings elements ('h1'-'h6') are imported from HTML with wrong styling.
    • Html style property values are omitted on import when the value contains a semicolon.
    • List indentation is imported from RTF as local paragraph properties.
    • A NullReferenceException is thrown while importing a document with header/footer and main part not named with the default name.
    • An OutOfMemoryException is thrown when exporting TabStops to PDF.
    • A paragraph in a TableCell which is in the last TableRow on the page is not exported to the PDF document.
    • Exporting documents to PDF creates a fully transparent polygon for text without predefined highlight and/or background color. As a result, the size of the exported PDF is improved by up to 40%.
    • Hyperlinks are not correctly exported to plain text.
    • Wrong NuGet dependencies cause a build-time error.
    • There is an empty space between two consecutive paragraphs with a defined background color when the SpacingBefore on the second is bigger than the SpacingAfter on the first.