Telerik UI for .NET MAUI 2025 Q4 (v12.0.0)

Released: Nov 12, 2025

2025 Q4 (v12.0.0) での更新項目

機能

  • What's New:
    • Added support for .NET 10 MAUI 10.0.0.
    • Updated to .NET 9 MAUI 9.0.82 (SR8.2).
    • 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.
    • Ended support for .NET 8.
    • Updated Telerik Document Processing Library (DPL) version to 2025.4.1104.
  • AutoComplete:
    • Implemented keyboard navigation.
    • The default suggestions view in the dropdown is now RadCollectionView.
  • Chat:
    • 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.
    • Deleted RadChat.InputAreaBackgroundColor property. 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.
  • ComboBox:
    • Provided an option to open the drop-down using the Enter key on desktop devices.
  • Common:
    • Made the ImmutableColor internal as it is not intended for public use.
  • DataGrid:
    • 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.
  • Scheduler:
    • Added Agenda ViewDefinition that shows a list of appointments in a continuous, scrollable format.

不具合の修正

  • AutoComplete:
    • Fixed exception when handler is disconnecting and the control is focused.
    • [iOS] [MacCatalyst] Fixed issue where application hangs in multiple windows when trying to open the suggestion view.
  • BottomSheet:
    • Fixed issue where sheet moves unexpectedly if dragged during animation.
  • BusyIndicator:
    • [WinUI] Fixed issue where a TargetInvocationException may occur randomly on machines running applications built with version 11.0.0 and higher that reference SkiaSharp 3.116.1.
  • Calendar:
    • [iOS] Fixed issue where right arrow icon for navigation to next view is displayed as star icon when fontello font is in the project.
  • Chat:
    • [iOS] [MacCatalyst] [WinUI] Fixed issue where messages are not fully visualized when TypingIndicator is visible.
  • CollectionView:
    • [MacCatalyst] Fixed issue where Shift+Tab doesn't work as expected.
    • [WinUI] Fixed issue regarding group arrows missing with PlatformTheme when collapsed.
  • DataGrid:
    • [WinUI] Fixed issue where hover state persists after mouse exited the column area.
    • Fixed issue where grouping does not occur when descriptors are set immediately after ItemsSource.
    • Fixed exception when trying to render many columns.
    • Fixed issue where ComboBoxColumn cannot be filtered when using nested property for the ItemDisplayBindingPath.
    • Fixed issue where DataGrid scrolls at the beginning when commit editing, using DataPager and the model implements property changed.
    • Fixed issue where aggregate values are not updated when adding or removing items to the source.
  • Entry:
    • [WinUI] Fixed issue where text appears right-aligned when HorizontalTextAlignment is set to Center and the width is relatively small.
  • Scheduler:
    • [Android] [iOS] Fixed issue where appointments are not rendered accurately when scrolling and using template selector.