New to Telerik UI for .NET MAUI? Start a free 30-day trial

Breaking Changes in Version 11.0.0

This article lists the breaking changes introduced with the Telerik UI for .NET MAUI 11.0.0 release version.

Common Changes

Trial and commercial users of Telerik UI for .NET MAUI now use the same product package. The trial and commercial product versions merged into a single unified distribution package. The product access now depends on a license key file. This eliminates the need for separate trial downloads. For more information, please refer to the Set up your license documentation article.

The reference to the SkiaSharp.Views.Maui.Controls package is updated to 3.116.1 version.

The following package dependencies are removed from the Telerik.UI.for.Maui NuGet package:

  • Telerik.Documents.CMapUtils
  • Telerik.Documents.Fixed.FormatProviders.Image.Skia
  • Telerik.Documents.Flow
  • Telerik.Documents.Flow.FormatProviders.Pdf
  • Telerik.Documents.Flow.FormatProviders.Doc
  • Telerik.Documents.Spreadsheet
  • Telerik.Documents.Spreadsheet.FormatProviders.OpenXml
  • Telerik.Documents.Spreadsheet.FormatProviders.Pdf
  • Telerik.Documents.Spreadsheet.FormatProviders.Xls
  • Telerik.Documents.SpreadsheetStreaming
  • Telerik.Zip

Theming

  • The TelerikTheming class is renamed to TelerikThemeResources.
  • The TelerikTheming.Themes is removed. Use theTelerikTheme (enum) to set the desired theme.

Toolbar

This section lists all changes made in resources, styles and templates in the toolbar items of the Telerik UI for .NET MAUI Toolbar.

Renamed Control Templates

  • The LabelToolbarItemView_ControlTemplate template is renamed to LabelToolbarItemViewControlTemplate.
  • The LabelToolbarItemView_ControlTemplate_Text template is renamed to LabelToolbarItemViewControlTemplateText.
  • The LabelToolbarItemView_ControlTemplate_Image template is renamed to LabelToolbarItemViewControlTemplateImage.
  • The LabelToolbarItemView_ControlTemplate_Left template is renamed to LabelToolbarItemViewControlTemplateLeft.
  • The LabelToolbarItemView_ControlTemplate_Top template is renamed to LabelToolbarItemViewControlTemplateTop.
  • The LabelToolbarItemView_ControlTemplate_Right template is renamed to LabelToolbarItemViewControlTemplateRight.
  • The LabelToolbarItemView_ControlTemplate_Bottom template is renamed to LabelToolbarItemViewControlTemplateBottom.
  • The ToolbarItemView_ControlTemplate template is renamed to ToolbarItemViewControlTemplate.
  • The DropDownButtonToolbarItemView_ControlTemplate template is renamed to DropDownButtonToolbarItemViewControlTemplate.
  • The DropDownButtonToolbarItemView_ControlTemplate_Text template is renamed to DropDownButtonToolbarItemViewControlTemplateText.
  • The DropDownButtonToolbarItemView_ControlTemplate_Image template is renamed to DropDownButtonToolbarItemViewControlTemplateImage.
  • The DropDownButtonToolbarItemView_ControlTemplate_Left template is renamed to DropDownButtonToolbarItemViewControlTemplateLeft.
  • The DropDownButtonToolbarItemView_ControlTemplate_Top template is renamed to DropDownButtonToolbarItemViewControlTemplateTop.
  • The DropDownButtonToolbarItemView_ControlTemplate_Right template is renamed to DropDownButtonToolbarItemViewControlTemplateRight.
  • The DropDownButtonToolbarItemView_ControlTemplate_Bottom template is renamed to DropDownButtonToolbarItemViewControlTemplateBottom.
  • The DropDownListButtonToolbarItemViewContent_ControlTemplate template is renamed to DropDownListButtonToolbarItemViewContentControlTemplate.
  • The SplitButtonToolbarItemView_ControlTemplate template is renamed to SplitButtonToolbarItemViewControlTemplate.
  • The SplitButtonToolbarItemView_ControlTemplate_Text template is renamed to SplitButtonToolbarItemViewControlTemplateText.
  • The SplitButtonToolbarItemView_ControlTemplate_Image template is renamed to SplitButtonToolbarItemViewControlTemplateImage.
  • The SplitButtonToolbarItemView_ControlTemplate_Left template is renamed to SplitButtonToolbarItemViewControlTemplateLeft.
  • The SplitButtonToolbarItemView_ControlTemplate_Top template is renamed to SplitButtonToolbarItemViewControlTemplateTop.
  • The SplitButtonToolbarItemView_ControlTemplate_Right template is renamed to SplitButtonToolbarItemViewControlTemplateRight.
  • The SplitButtonToolbarItemView_ControlTemplate_Bottom template is renamed to SplitButtonToolbarItemViewControlTemplateBottom.
  • The BusyIndicatorToolbarItemView_ControlTemplate template is renamed to BusyIndicatorToolbarItemViewControlTemplate.
  • The EntryToolbarItemView_ControlTemplate template is renamed to EntryToolbarItemViewControlTemplate.
  • The SliderToolbarItemView_ControlTemplate template is renamed to SliderToolbarItemViewControlTemplate.
  • The RadToolbar_ControlTemplate template is renamed to RadToolbarControlTemplate.
  • The RadToolbar_ControlTemplate_Horizontal template is renamed to RadToolbarControlTemplateHorizontal.
  • The RadToolbar_ControlTemplate_Vertical template is renamed to RadToolbarControlTemplateVertical.

Renamed Styles

  • The SpacingBoxView_Style style is renamed to ToolbarSpacingBoxViewStyle.
  • The ToolbarItemView_Style style is renamed to ToolbarItemViewStyle.
  • The ToolbarItemView_Style_Horizontal style is renamed to ToolbarItemViewStyleHorizontal.
  • The ToolbarItemView_Style_Vertical style is renamed to ToolbarItemViewStyleVertical.
  • The ToolbarItemView_Style_DropDown style is renamed to ToolbarItemViewStyleDropDown.
  • The ToolbarListItemView_Style style is renamed to ToolbarListItemViewStyle.
  • The ButtonToolbarItemView_Style style is renamed to ButtonToolbarItemViewStyle.
  • The ButtonToolbarItemView_Style_Horizontal style is renamed to ButtonToolbarItemViewStyleHorizontal.
  • The ButtonToolbarItemView_Style_Vertical style is renamed to ButtonToolbarItemViewStyleVertical.
  • The ButtonToolbarItemView_Style_DropDown style is renamed to ButtonToolbarItemViewStyleDropDown.
  • The ButtonToolbarItemView_BaseStyle style is renamed to ButtonToolbarItemViewBaseStyle.
  • The SelectableButtonToolbarItemView_Style style is renamed to SelectableButtonToolbarItemViewStyle.
  • The SelectableButtonToolbarItemView_Style_Horizontalstyle is renamed to SelectableButtonToolbarItemViewStyleHorizontal.
  • The SelectableButtonToolbarItemView_Style_Vertical style is renamed to SelectableButtonToolbarItemViewStyleVertical.
  • The SelectableButtonToolbarItemView_Style_DropDown style is renamed to SelectableButtonToolbarItemViewStyleDropDown.
  • The OptionsButtonToolbarItemView_Style style is renamed to OptionsButtonToolbarItemViewStyle.
  • The OptionsButtonToolbarItemView_Style_Horizontal style is renamed to OptionsButtonToolbarItemViewStyleHorizontal.
  • The OptionsButtonToolbarItemView_Style_Vertical style is renamed to OptionsButtonToolbarItemViewStyleVertical.
  • The OptionsButtonToolbarItemView_Style_DropDown style is renamed to OptionsButtonToolbarItemViewStyleDropDown.
  • The LabelToolbarItemView_Style style is renamed to LabelToolbarItemViewStyle.
  • The LabelToolbarItemView_Style_Horizontal style is renamed to LabelToolbarItemViewStyleHorizontal.
  • The LabelToolbarItemView_Style_Vertical style is renamed to LabelToolbarItemViewStyleVertical.
  • The LabelToolbarItemView_Style_DropDown style is renamed to LabelToolbarItemViewStyleDropDown.
  • The SeparatorToolbarItemView_Style style is renamed to SeparatorToolbarItemViewStyle.
  • The SeparatorToolbarItemView_Style_Horizontal is renamed to SeparatorToolbarItemViewStyleHorizontal.
  • The SeparatorToolbarItemView_Style_Vertical style is renamed to SeparatorToolbarItemViewStyleVertical.
  • The SeparatorToolbarItemView_Style_DropDown style is renamed to SeparatorToolbarItemViewStyleDropDown.
  • The GroupToolbarItemView_Style style is renamed to GroupToolbarItemViewStyle.
  • The GroupToolbarItemView_Style_Horizontal style is renamed to GroupToolbarItemViewStyleHorizontal.
  • The GroupToolbarItemView_Style_Vertical style is renamed to GroupToolbarItemViewStyleVertical.
  • The GroupToolbarItemView_Style_DropDown style is renamed to GroupToolbarItemViewStyleDropDown.
  • The ListPickerButtonToolbarItemView_Style style is renamed to ListPickerButtonToolbarItemViewStyle.
  • The ListPickerButtonToolbarItemView_Style_Horizontal style is renamed to ListPickerButtonToolbarItemViewStyleHorizontal.
  • The ListPickerButtonToolbarItemView_Style_Vertical style is renamed to ListPickerButtonToolbarItemViewStyleVertical.
  • The ListPickerButtonToolbarItemView_Style_DropDown style is renamed to ListPickerButtonToolbarItemViewStyleDropDown.
  • The OverflowMenuButtonToolbarItemView_Style style is renamed to OverflowMenuButtonToolbarItemViewStyle.
  • The OverflowMenuButtonToolbarItemView_Style_Horizontal style is renamed to OverflowMenuButtonToolbarItemViewStyleHorizontal.
  • The OverflowMenuButtonToolbarItemView_Style_Vertical style is renamed to OverflowMenuButtonToolbarItemViewStyleVertical.
  • The BackNavigationButtonToolbarItemView_Style style is renamed to BackNavigationButtonToolbarItemViewStyle.
  • The DropDownListButtonToolbarItemViewContent_Style style is renamed to DropDownListButtonToolbarItemViewContentStyle.
  • The OverflowMenuButtonToolbarItemViewContent_Style style is renamed to OverflowMenuButtonToolbarItemViewContentStyle.
  • The SplitButtonToolbarItemViewIndicator_Style style is renamed to SplitButtonToolbarItemViewIndicatorStyle.
  • The SplitButtonToolbarItemViewIndicator_Style_Horizontal style is renamed to SplitButtonToolbarItemViewIndicatorStyleHorizontal.
  • The SplitButtonToolbarItemViewIndicator_Style_Vertical style is renamed to SplitButtonToolbarItemViewIndicatorStyleVertical.
  • The SplitButtonToolbarItemViewIndicator_Style_DropDown style is renamed to SplitButtonToolbarItemViewIndicatorStyleDropDown.
  • The BusyIndicatorToolbarItemView_Style style is renamed to BusyIndicatorToolbarItemViewStyle.
  • The BusyIndicatorToolbarItemView_Style_Horizontal style is renamed to BusyIndicatorToolbarItemViewStyleHorizontal.
  • The BusyIndicatorToolbarItemView_Style_Vertical style is renamed to BusyIndicatorToolbarItemViewStyleVertical.
  • The BusyIndicatorToolbarItemView_Style_DropDown style is renamed to BusyIndicatorToolbarItemViewStyleDropDown.
  • The BusyIndicatorToolbarItemView_BusyIndicatorStyle style is renamed to BusyIndicatorToolbarItemViewBusyIndicatorStyle.
  • The EntryToolbarItemView_Style style is renamed to EntryToolbarItemViewStyle.
  • The EntryToolbarItemView_Style_Horizontal style is renamed to EntryToolbarItemViewStyleHorizontal.
  • The EntryToolbarItemView_Style_Vertical style is renamed to EntryToolbarItemViewStyleVertical.
  • The EntryToolbarItemView_Style_DropDown style is renamed to EntryToolbarItemViewStyleDropDown.
  • The EntryToolbarItemView_EntryStyle style is renamed to EntryToolbarItemViewEntryStyle.
  • The SliderToolbarItemView_Style style is renamed to SliderToolbarItemViewStyle.
  • The SliderToolbarItemView_Style_Horizontal style is renamed to SliderToolbarItemViewStyleHorizontal.
  • The SliderToolbarItemView_Style_Vertical style is renamed to SliderToolbarItemViewStyleVertical.
  • The SliderToolbarItemView_Style_DropDown style is renamed to SliderToolbarItemViewStyleDropDown.
  • The ButtonToolbarItemViewIndicator_Style style is renamed to ButtonToolbarItemViewIndicatorStyle.
  • The DropDownButtonToolbarItemViewIndicator_Style_Horizontal style is renamed to DropDownButtonToolbarItemViewIndicatorStyleHorizontal.
  • The DropDownButtonToolbarItemViewIndicator_Style_Vertical style is renamed to DropDownButtonToolbarItemViewIndicatorStyleVertical.
  • The DropDownButtonToolbarItemViewIndicator_Style_DropDown style is renamed to DropDownButtonToolbarItemViewIndicatorStyleDropDown.
  • The ScrollForwardButtonToolbarItemView_Style style is renamed to ScrollForwardButtonToolbarItemViewStyle.
  • The ScrollBackwardButtonToolbarItemView_Style style is renamed to ScrollBackwardButtonToolbarItemViewStyle.
  • The RadToolbar_Style style is renamed to RadToolbarStyle.
  • The RadToolbar_Style_Horizontal style is renamed to RadToolbarStyleHorizontal.
  • The RadToolbar_Style_Vertical style is renamed to RadToolbarStyleVertical.

Renamed Resources

  • The RadToolbarResourceDictionary is renamed to RadToolbarResources and the namespace is changed from xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" to xmlns:telerikToolbar="clr-namespace:Telerik.Maui.Controls.Toolbar;assembly=Telerik.Maui.Controls".
  • The DropDownButtonToolbarItemViewIndicator_ImageSource_Horizontal resource is renamed to DropDownButtonToolbarItemViewIndicatorImageSourceHorizontal.
  • The DropDownButtonToolbarItemViewIndicator_ImageSource_Vertical resource is renamed to DropDownButtonToolbarItemViewIndicatorImageSourceVertical.
  • The DropDownButtonToolbarItemViewIndicator_ImageSource_DropDown resource is renamed to DropDownButtonToolbarItemViewIndicatorImageSourceDropDown.
  • The ScrollBackwardButtonToolbarItemView_ImageSource_Vertical resource is renamed to ScrollBackwardButtonToolbarItemViewImageSourceVertical.
  • The ScrollBackwardButtonToolbarItemView_ImageSource_Horizontal resource is renamed to ScrollBackwardButtonToolbarItemViewImageSourceHorizontal.
  • The ScrollForwardButtonToolbarItemView_ImageSource_Vertical resource is renamed to ScrollForwardButtonToolbarItemViewImageSourceVertical.
  • The ScrollForwardButtonToolbarItemView_ImageSource_Horizontal resource is renamed to ScrollForwardButtonToolbarItemViewImageSourceHorizontal.
  • The BackNavigationButtonToolbarItemView_ImageSource resource is renamed to BackNavigationButtonToolbarItemViewImageSource.

DataGrid

  • The AlternateRowBackgroundStyle type is changed from DataGridAlternateRowBackgroundAppearance to DataGridRowBackgroundAppearance.
  • The DataGridAlternateRowBackgroundAppearance class is obsolete. Use the DataGridRowBackgroundAppearance instead.

ImageEditor

  • The button inside the ImageEditorCropOptionsToolbarItemViewContentTemplate, the ImageEditorResizeOptionsToolbarItemViewContentTemplate and the ImageEditorFilterOptionsToolbarItemViewContentTemplate is changed from Button to RadButton.
  • The slider inside the ImageEditorCropOptionsToolbarItemViewContentTemplate, the ImageEditorResizeOptionsToolbarItemViewContentTemplate and the ImageEditorFilterOptionsToolbarItemViewContentTemplate is changed from Slider to RadSlider.

PDF Viewer

This section lists all changes made in styles and templates in the toolbar items of the Telerik UI for .NET MAUI PDF Viewer.

Renamed Control Templates

  • The PdfViewerNavigateToPageToolbarItemView_ControlTemplate template is renamed to PdfViewerNavigateToPageToolbarItemViewControlTemplate.
  • The PdfViewerSearchToast_ControlTemplate template is renamed to PdfViewerSearchToastControlTemplate.
  • The PdfViewerSearchContentView template is renamed to PdfViewerSearchContentViewControlTemplate.

Renamed Styles

  • The PdfViewerSearchContentView_ShadowStyle style is renamed to PdfViewerSearchContentViewShadow.
  • The PdfViewerSearchToast_ShadowStyle style is renamed to PdfViewerSearchToastShadow.
  • The PdfViewerNavigateToPageToolbarItemView_EntryStyle style is renamed to PdfViewerNavigateToPageToolbarItemViewEntryStyle.
  • The PdfViewerNavigateToPreviousSearchResultToolbarItemView_Style style is renamed to PdfViewerNavigateToPreviousSearchResultToolbarItemViewStyle.
  • The PdfViewerNavigateToNextSearchResultToolbarItemView_Style style is renamed to PdfViewerNavigateToNextSearchResultToolbarItemViewStyle.
  • The PdfViewerSearchBusyToolbarItemView_BusyIndicatorStyle style is renamed to PdfViewerSearchBusyIndicatorToolbarItemViewStyle.
  • The PdfViewerSearchEntryToolbarItemView_EntryStyle style is renamed to PdfViewerSearchEntryToolbarItemViewEntryStyle.
  • The PdfViewerSearchEntryToolbarItemView_EntryStyle_Desktop style is renamed to PdfViewerSearchEntryToolbarItemViewEntryStyleDesktop.
  • The PdfViewerSearchEntryToolbarItemView_StyleDesktop style is renamed to PdfViewerSearchEntryToolbarItemViewStyleDesktop.
  • The PdfViewerSearchEntryToolbarItemView_StyleMobile style is renamed to PdfViewerSearchEntryToolbarItemViewStyleMobile.
  • The PdfViewerSeparatorToolbarItemView_Style style is renamed to PdfViewerSeparatorToolbarItemViewStyle.
  • The CloseSearchContentViewButtonToolbarItemView_Style style is renamed to CloseSearchContentViewButtonToolbarItemViewStyle.
  • The SearchResultsLabelToolbarItemView_Style style is renamed to SearchResultsLabelToolbarItemViewStyle.
  • The PreviousSearchResultButtonToolbarItemView_Style style is renamed to PreviousSearchResultButtonToolbarItemViewStyle.
  • The NextSearchResultButtonToolbarItemView_Style style is renamed to NextSearchResultButtonToolbarItemViewStyle.

RichTextEditor

This section lists all changes made in styles and templates in the toolbar items of the Telerik UI for .NET MAUI RichTextEditor.

Renamed Control Templates

  • The RichTextEditorImagePickerToolbarItem_ItemTemplate template is renamed to RichTextEditorImagePickerToolbarItemItemTemplate.
  • The RichTextEditorNullColorPickerToolbarItem_ItemTemplate template is renamed to RichTextEditorNullColorPickerToolbarItemItemTemplate.
  • The RichTextEditorColorPickerToolbarItem_ItemTemplate template is renamed to RichTextEditorColorPickerToolbarItemItemTemplate.
  • The RichTextEditorWhiteColorPickerToolbarItem_ItemTemplate template is renamed to RichTextEditorWhiteColorPickerToolbarItemItemTemplate.

Renamed Styles

  • The RichTextEditorColorPickerToolbarItemView_Style style is renamed to RichTextEditorColorPickerToolbarItemViewStyle.
  • The RichTextEditorDropDownListButtonToolbarItemViewContent_Style style is renamed to RichTextEditorDropDownListButtonToolbarItemViewContentStyle.
  • The RadRichTextEditorToolbar_Style style is renamed to RadRichTextEditorToolbarStyle.
  • The RichTextEditorListPickerToolbarItemView_Style style is renamed to RichTextEditorListPickerToolbarItemViewStyle.
  • The RichTextEditorImagePickerToolbarItemView_Style style is renamed to RichTextEditorImagePickerToolbarItemViewStyle.
  • The RichTextEditorImageDialogToolbarItem_PopupContentStyle style is renamed to RichTextEditorImageDialogToolbarItemPopupContentStyle.
  • The RichTextEditorImageDialogToolbarItemViewContent_HeaderStyle style is renamed to RichTextEditorImageDialogToolbarItemViewContentHeaderStyle.
  • The RichTextEditorImageDialogToolbarItemViewContent_FooterStyle style is renamed to RichTextEditorImageDialogToolbarItemViewContentFooterStyle.
  • The RichTextEditorHyperlinkDialogToolbarItem_PopupContentStyle style is renamed to RichTextEditorHyperlinkDialogToolbarItemPopupContentStyle.
  • The RichTextEditorHyperlinkDialogToolbarItemViewContent_HeaderStyle style is renamed to RichTextEditorHyperlinkDialogToolbarItemViewContentHeaderStyle.
  • The RichTextEditorHyperlinkDialogToolbarItemViewContent_FooterStyle style is renamed to RichTextEditorHyperlinkDialogToolbarItemViewContentFooterStyle.
  • The RichTextEditorButtonToolbarItemView_NoDropDownInicatorStyle style is renamed to RichTextEditorButtonToolbarItemViewNoDropDownInicatorStyle.
  • The RichTextEditorDialogToolbarItemViewContent_OkButtonStyle style is renamed to RichTextEditorDialogToolbarItemViewContentOkButtonStyle.
  • The RadRichTextEditorToolbar_Style style is renamed to RadRichTextEditorToolbarStyle.
In this article