Telerik UI for .NET MAUI 2025 Q1 (v10.0.0)

Released: Feb 12, 2025

2025 Q1 (v10.0.0) での更新項目

機能

  • Breaking Changes:
    • Starting with 2025 Q1, all users of the Telerik and Kendo UI components and tools, will need to apply a valid license key file to both new and existing projects.
  • Dependencies:
    • Telerik Document Processing Library (DPL) version has been updated to 2025.1.205.
  • What's New:
    • Introduced new Platform Light and Dark themes.
  • Common:
    • The Documentation PDF can now be downloaded from "Your Account" section.
    • Telerik.Documents.ImageUtils is now added to the distribution. This library is for exporting documents with various image formats and quality levels into PDF format.
  • DataGrid:
    • Added new property AreGroupHeadersClippedWhenFrozen that can be used to prevent group header from clipping when there are frozen columns.
  • DataPager:
    • Added integration with RadCollectionView.
    • Added integration with Microsoft MAUI CollectionView.
    • Implemented a TypeConverter for the PageSizes property so that short xaml syntax is now possible, for example PageSizes="10, 20, 50".
    • Deleted the CurrentPageButtonStyle property DataPagerNumericButtonsView as it is not used anywhere in the code.
  • VSIntegration:
    • Added theming to the project template.

不具合の修正

  • Barcode:
    • Fixed issue where the UPCE symbology is not validated correctly.
  • Border:
    • [Android] Fixed issue where border crashed on API 21.
  • CollectionView:
    • [iOS] [MacCatalyst] Fixed issue where scroll cannot be performed when ItemTemplate is set with version 9.0.30 and higher.
  • Common:
    • [WinUI] Fixed issue where icons do not display when using unpackaged app. The issue is fixed with Microsoft MAUI 9.0.30.
  • DataForm:
    • Fixed issue where required message does not display on Picker editors issue.
  • DataGrid:
    • Fixed layout issue in row details when applying RowHeight and Grouping.
    • Fixed issue where entering edit mode on a row after a collapsed group causes the DataGrid to scroll back to the top.
    • Fixed issue where a memory leak occurs when trying to clear and add new data inside Columns property of RadDataGrid.
    • [iOS] Fixed issue where DataGrid is not visible when it's placed inside a ScrollView on .NET 9.
  • DataPager:
    • Fixed issue where page navigation ComboBoxes are initially empty.
  • Entry:
    • [Android] Fixed Unhandled Exception on API 21.
  • Expander:
    • Fixed issue where the style does not apply when setting it through Style property of the ExpanderHeader.
  • ImageEditor:
    • Fixed issue where you cannot override ControlTemplates of crop, resize and filter options views using implicit styles.
  • PdfViewer:
    • Fixed issue regarding missing text with specific cultures (e.g. German).
  • Pickers:
    • [Android] Fixed issue where it doesn't display in a Shell modal page when PickerMode is Popup and project targets .NET 9.
  • ProgressBar:
    • Fixed issue where AlternateTextColor property is not respected.
  • RichTextEditor:
    • Fixed issue where the input area of RichTextEditor's Hyperlink popup appears cut-off for WinUI in .NET 9.
  • Scheduler:
    • [Android] Fixed issue where Pickers are shown behind the Dialogs in Shell app.
    • [MacCatalyst] [WinUI] Fixed issue where TodayButton's Text property does not take effect when set through the TodayButtonStyle.
  • SlideView:
    • Fixed issue where an OutOfRange exception is thrown when using a TwoWay Binding for the CurrentIndex and pressing the navigate-to-next-item Button.
  • TabView:
    • Fixed issue where navigation to the first item happens when selecting a disabled item.
  • ToolBar:
    • [Android] [iOS] Fixed issue where hyphens appear on the left/right when Overflow mode is Scroll.