Telerik UI for .NET MAUI R3 2022 (v3.0.0)

Released: Sep 14, 2022

Atualizações na R3 2022 (v3.0.0)

Recursos

  • What's New
    • Added DataForm - a control which allows users to easily create a form for collecting or editing business object data.
    • Added AutoComplete - a control which allows automatic completion of user input by search in a data source.
    • Added RadExpander - this component helps you save screen space by presenting content in an expandable container that can be easily expanded/collapsed by tapping on the header of the control.
  • BusyIndicator
    • Added ContentUnderOpacity property.
  • CheckBox
    • Added CornerRadius property. If a value is set, it defines the corner radius of the checkbox. If the default null value is set, the default platform corner radius is used.
  • ComboBox
    • Added AutomationId to RadComboBoxDrowDownButton, RadComboBoxClearButton, and RadComboBoxItemsControl.
  • DataGrid
    • GroupDescriptors, SortDescriptor and FilterDescriptors are now bindable properties.
    • Added Aggregates support.
    • Introduced Column footers.
    • The expand/collapse arrow icon of the groups is now changed.
    • Added the ability to drag a column header onto a grouping panel in order to group the data displayed in the RadDataGrid.
  • PdfProcessing
    • Optimized and reduced the exported document size when using the same font on more than one block.
    • Introduced support for exporting document pages to images.
  • SpreadProcessing
    • Exposed a method converting hex colors to Telerik.Documents.Media.Color.
    • Introduced Print Titles, allowing for specific rows and columns to be repeated on every printed page.
  • SpreadStreamProcessing
    • Implemented workbook import.
  • WordsProcessing
    • DocxFormatProvider: Introduced support for importing images defined in AlternateContent tag.
    • Introduced support for title attribute of the NonVisualDrawingProperties for a shape/image when working with DOCX.
    • Introduced support for Page Numbering Fields - PAGE, PAGEREF, NUMPAGES, SECTIONPAGES, SECTION.
    • DocxFormatProvider: Introduced support for import/export of shapes from/to DOCX file format. Note: Text inside shapes is not yet supported.

Correções

  • Border
    • The ControlTemplate property does not work.
  • BusyIndicator
    • Missing content and animation when IsBusy property is dynamically changed via binding.
  • Chart
    • Changed: [WinUI] Palette Colors changed to the latest guidelines.
  • CheckBox
    • [WinUI] CheckedSymbolColor is not applied correctly.
    • Changed: [Android] The control has extended touch area around the checkbox.
    • Changed: CheckBox is moved to Telerik.Maui.Controls namespace.
    • Changed: [Android] Updated the UI according to the platform guidelines.
    • Changed: [MacCatalyst] Updated size and corner radius according to the platform guidelines.
  • ComboBox
    • First item and last item are covered by the Header and Footer templates.
    • BorderColor doesn't work.
  • DataGrid
    • [WinUI] Content does not invalidate when using Navigation.PopToRootAsync to change page.
    • Changed the font attributes of the group header text to be normal (None) instead of Bold.
  • ListView
    • [WinUI] Unhandled exception is raised when ListView is grouped and there is Entry in the item template bound to the grouped-by property.
  • MaskedEntry
    • When AllowNullValue is set to True, the default value should be null.
  • PdfProcessing
    • The default ImagePropertiesResolver does not handle the RGB24 pixel format which leads to an exception being thrown.
    • A signed and exported document does not show the digital signature in the Signature panel.
    • Hidden fields with pushButton widget become visible when using FlattenFormFields method to flatten fields.
  • SegmentedControl
    • RadSegmentedControl is moved to Telerik.Maui.Controls namespace.
  • WordsProcessing
    • Document containing Group element with no content control inside this part causes InvalidOperationException.
    • Break elements defined in the same run with other text are imported from DOCX at the end of the run.
    • Wrong paragraph`s parent when inserting new section between paragraphs.
    • Image alternate text is not properly exported to DOCX.
    • ReplaceText with a string containing multiple lines retains the formatting of only the first one.