Please note that new Timed Subscription Licenses for Syncfusion Essential Studio for .NET MAUI are available as part of Syncfusion Essential Studio Enterprise.
Syncfusion Essential Studio .NET MAUI 2025 Volume 3 SP1 (31.2.2)
Released: Oct 15, 2025
2025 Volume 3 SP1 (31.2.2) での更新項目
機能
SfAutocomplete
Provided support for customizing the Selected Item Text Style in the SfAutocomplete control, allowing developers to enhance the visual appearance of selected items and maintain consistent UI styling across applications.
SfComboBox
Provided support for customizing the Selected Item Text Style in the SfComboBox control, enabling developers to apply tailored styling to selected items, improving UI consistency and user experience.
SfDataGrid
Provided built-in support for changing the stroke thickness of the frozen pane line.
Provided support for validating data and displaying hints in cells when data is invalid.
Provided built-in support for changing cell values programmatically.
Provided support for customizing the border color of a specific cell.
Provided support for applying column filters using the Filter Row interaction.
Provided selection and keyboard navigation support for group and caption summary rows.
Provided data annotations support to customize auto-generated columns, and enable editing, formatting, and grouping features.
Provided support for displaying a context menu to expose functionalities on the user interface.
Breaking Changes - DataGridCheckboxColumn now uses the SfCheckbox control instead of the framework's default checkbox in the user interface.
SfDatePicker
Added pan gesture support to .NET MAUI SfDatePicker on desktop platforms, enabling users to hold and drag picker columns for precise date selection.
SfDateTimePicker
Added support for millisecond precision in the SfDateTimePicker control. This enhancement provides greater flexibility for date with time selection in high-precision scenarios. Users can now select and display date times down to the millisecond using the following additional formats:
ss_fff.
mm_ss.
mm_ss_fff.
HH_mm_ss_fff.
hh_mm_ss_fff_tt.
Added pan gesture support to .NET MAUI SfDateTimePicker on desktop platforms, enabling users to hold and drag picker columns for precise date and time selection.
SfImageEditor
Added event support for annotation deserialization to notify when annotations are loaded in the image editor.
SfKanban
Added support for sorting card items in ascending and descending order within Kanban columns.
SfMaskedEntry
Provided support for IsReadOnly feature in the SfMaskedEntry control, allowing developers to restrict user input while still displaying formatted content, improving control over data entry scenarios.
SfNumericEntry
Provided support for the IsReadOnly property in the SfMaskedEntry control, allowing developers to restrict user input while still displaying formatted content, improving control over data entry scenarios.
SfPicker
Added pan gesture support to .NET MAUI SfPicker on desktop platforms, enabling users to hold and drag picker columns for precise value selection.
SfScheduler
Added support for customizing the number of visible resources in timeline views via the VisibleResourceCount property.
Added support for customizing the appointment indicator size in the .NET MAUI SfScheduler control.
Added support for dynamically adjusting the resource header width in timeline views.
Added IsDroppingToAllDay to the AppointmentDrop event to indicate when an appointment is being dropped into the all-day slot.
SfSegmentedControl
Added support for the Tapped event, enabling retrieval of details about the tapped segment item.
Introduced functionality to determine whether segmented items are selected in the SegmentedItem control.
Implemented a Selection Mode feature, allowing configuration of either Single or SingleDeSelect selection modes.
SfTabView
Introduced the EnableRippleAnimation property in .NET MAUI Tab View to allow enabling or disabling ripple effects when selecting tab items.
Added a new theme key SfTabViewHoverBackground to customize the hover background color of tab items in .NET MAUI Tab View.
SfTimePicker
Added support for millisecond precision in the SfTimePicker control. This enhancement provides greater flexibility for high-precision time selection and display. Users can now select and display times down to the millisecond using the following additional formats:
ss_fff.
mm_ss.
mm_ss_fff.
HH_mm_ss_fff.
hh_mm_ss_fff_tt.
Added pan gesture support to .NET MAUI SfTimePicker on desktop platforms, enabling users to hold and drag picker columns for precise time selection.
SfToolbar
Added dynamic FlowDirection support to the .NET MAUI SfToolbar, ensuring proper layout, alignment, and interactions for RTL languages.
不具合の修正
SfCalendar
Resolved an issue in SfCalendar where an ArgumentOutOfRangeException was thrown when navigating from Decade View to Century View with the calendar identifier set to UmAlQura.
SfDataform
Resolved an issue where the LabelTextStyle was not correctly applied to individual data form item of type SfTextInputLayout.
SfDateTimePicker
Fixed the issue where Date/Time gets reset while switching tabs on SfDateTimePicker.
SfImageEditor
Fixed an issue where toolbar text customization using theme keys was not correctly applied in the ImageEditor control.
SfKanban
[iOS, MAC] Resolved an issue where the CardTapped event was triggered continuously when a CardTemplate included a Label inside a Border with a TapGestureRecognizer. Tap gesture interactions are now correctly handled to prevent unintended CardTapped event triggers.
SfRadialGauge
SfRadialGauge now returns accurate values in the ValueChanged event when pointers are dragged.