New to Telerik UI for .NET MAUI? Start a free 30-day trial
Breaking Changes in Version 12.0.0
Updated on Nov 13, 2025
This article lists the breaking changes introduced with the Telerik UI for .NET MAUI 12.0.0 release version.
Common
The access modifier of the ImmutableColor is changed from public to internal.
AutoComplete
The Telerik MAUI RadCollectionView is used for listing the suggestions in the SuggestionView. Before the MAUI CollectionView was used.
Chat
This section lists all changes made in the Telerik UI for .NET MAUI Chat.
- The
RadChat.InputAreaBackgroundColorproperty is removed. To set the background color of the Input Area use theRadChat.InputAreaStyleproperty instead. - The
IncomingFirstTextMessageViewis renamed toChatIncomingFirstTextMessageView. - The
IncomingLastTextMessageViewis renamed toChatIncomingLastTextMessageView. - The
IncomingMiddleTextMessageViewis renamed toChatIncomingMiddleTextMessageView. - The
IncomingSingleTextMessageViewis renamed toChatIncomingSingleTextMessageView. - The
IncomingTextMessageViewis renamed toChatIncomingTextMessageView. - The
OutgoingFirstTextMessageViewis renamed toChatOutgoingFirstTextMessageView. - The
OutgoingLastTextMessageViewis renamed toChatOutgoingLastTextMessageView. - The
OutgoingMiddleTextMessageViewis renamed toChatOutgoingMiddleTextMessageView. - The
OutgoingSingleTextMessageViewis renamed toChatOutgoingSingleTextMessageView. - The
OutgoingTextMessageViewis renamed toChatOutgoingTextMessageView. - The
TextMessageViewis renamed toChatTextMessageView.
DataGrid
The void (Update object oldValue, object newValue) method is added to Telerik.Maui.Controls.Data.IAggregateFunction.