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.
Border
FIXED
The ControlTemplate property does not work.
BusyIndicator
NEW
Added ContentUnderOpacity property.
FIXED
Missing content and animation when IsBusy property is dynamically changed via binding.
Chart
CHANGED
[WinUI] Palette Colors changed to the latest guidelines.
CheckBox
NEW
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.
FIXED
[WinUI] CheckedSymbolColor is not applied correctly.
CHANGED
[Android] The control has extended touch area around the checkbox.
CheckBox is moved to Telerik.Maui.Controls namespace.
[Android] Updated the UI according to the platform guidelines.
[MacCatalyst] Updated size and corner radius according to the platform guidelines.
ComboBox
NEW
Added AutomationId to RadComboBoxDrowDownButton, RadComboBoxClearButton, and RadComboBoxItemsControl.
FIXED
First item and last item are covered by the Header and Footer templates.
BorderColor doesn't work.
DataGrid
NEW
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.
FIXED
[WinUI] Content does not invalidate when using Navigation.PopToRootAsync to change page.
CHANGED
Changed the font attributes of the group header text to be normal (None) instead of Bold.
ListView
FIXED
[WinUI] Unhandled exception is raised when ListView is grouped and there is Entry in the item template bound to the grouped-by property.
MaskedEntry
FIXED
When AllowNullValue is set to True, the default value should be null.
PdfProcessing
NEW
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.
FIXED
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
CHANGED
RadSegmentedControl is moved to Telerik.Maui.Controls namespace.
SpreadProcessing
NEW
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
NEW
Implemented workbook import.
WordsProcessing
NEW
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.
FIXED
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.