Added Skeleton control - component that serves as a placeholder representing each of the underlying elements while users are waiting for the page content to load.
Modernized the input area and implemented file attachments in Chat component.
Updated SkiaSharp to 3.119.1.
CHANGED
End of support for .NET8.
Dependencies
Telerik Document Processing Library (DPL) version is updated to 2025.4.1104
AutoComplete
NEW
Implemented keyboard navigation.
FIXED
Fixed exception when handler is disconnecting and the control is focused
[iOS] [MacCatalyst] Application hangs in multiple windows when trying to open the suggestion view.
CHANGED
The default suggestions view in the dropdown is now RadCollectionView.
BottomSheet
FIXED
Sheet moves unexpectedly if dragged during animation.
BusyIndicator
FIXED
[WinUI] A TargetInvocationException may occur randomly on machines running applications built with version 11.0.0 and higher that reference SkiaSharp 3.116.1.
Calendar
FIXED
[iOS] Right arrow icon for navigation to next view is displayed as star icon when having fontello font in the project.
Chat
NEW
Implemented message attachments with download and share capabilities.
Implemented ability to attach and upload files and photos to the conversation.
Implemented ability to take a photo with the device's camera.
Integrated RadSpeechToTextButton in chat input area to allow out-of-the-box speech input.
FIXED
[iOS] [MacCatalyst] [WinUI] Messages are not fully visualized when TypingIndicator is visible.
CHANGED
RadChat.InputAreaBackgroundColor property is deleted. Use RadChat.InputAreaStyle property to set input area's background color.
Changed the names of the text message views by placing a Chat prefix in from of the names, for example changed IncomingFirstTextMessageView to ChatIncomingFirstTextMessageView.
CollectionView
FIXED
[MacCatalyst] Shift+Tab doesn't work as expected.
[WinUI] Group arrows missing with PlatformTheme when collapsed.
ComboBox
NEW
Provided an option to open the drop-down using the Enter key on desktop devices.
DataGrid
NEW
Improved the performance of aggregate recalculation when PropertyChanged is invoked.
Added support for nested properties in group, filter, sort and aggregate descriptors.
Provided a public API for scrolling to a column.
FIXED
[WinUI] Hover state persists after mouse exited the column area.
Grouping does not occur when descriptors are set immediately after ItemsSource.
Exception when trying to render many columns.
ComboBoxColumn cannot be filtered when using nested property for the ItemDisplayBindingPath.
DataGrid scrolls at the beginning when commit editing, using DataPager and the model implements property changed.
Aggregate values are not updated when adding or removing items to the source.
Entry
FIXED
[WinUI] Text appears right-aligned when HorizontalTextAlignment is set to Center and the width is relatively small.
Scheduler
NEW
Added Agenda ViewDefinition that shows a list of appointments in a continuous, scrollable format.
FIXED
[Android] [iOS] Appointments are not rendered accurately when scrolling and using template selector.