Essential Studio for MAUI Release Notes

v25.2.3
May 08, 2024

DocIO

Bug Fixes

  • #I583053 - Czech characters are now preserved properly while converting a Word document to PDF.
  • #FB53376 - RTL Paragraph within the TOC is now aligned properly while converting a Word document to PDF.
  • #F187801 – Font name is now preserved properly while saving a ODT format document.

PDF

Bug Fixes

  • #I566288 - Fixed the issue where extract text does not work properly for some texts in a PDF document.

SfAutocomplete

Features

  • #I585311, I560736 - Implemented the Header and Footer support for the DropDown in the SfAutoComplete.

SfCarousel

Features

  • #I549236 - Implemented the new Scroll Mode support in the SfCarousel control.

SfCartesianChart

Features

  • #I552817, #FB50690 - Zoom pan event: Now, users can utilize Zoom and Pan events to enhance their experience, obtaining key details like Axis ZoomFactor and ZoomPosition. Additionally, they have the ability to cancel zooming and quickly make necessary adjustments.

  • #FB50720 - Inside position for Axis elements: The user can now position axis elements such as axis labels and ticks inside the plot area according to user preferences.

SfCheckBox

Features

  • #I568204 - Added the support to change the size of the SfCheckBox control.

SfComboBox

Features

  • #I585311, I560736 - Implemented the Header and Footer support for the DropDown in the SfComboBox.

SfDataGrid

Bug Fixes

  • #FB53934 - The System.NullReferenceException will no longer be thrown when hovering over the indent cell after adding the grouping at runtime.
  • #FB53944 - The down arrow key now responds properly when all the groups are in the collapsed state.

Features

  • Provided support to commit null value to the numeric column.
  • Provided support to enable or disable the delete key functionality.
  • Provided support to enable or disable the keyboard navigation.
  • Provided command support to the interaction events such as CellTapped, CellDoubleTapped and so on.
  • Provided helper methods and events to the SfDataGrid class such as DataGridLoaded, ItemsSourceChanged and so on.

SfPdfViewer

Bug fixes

  • #I577020 - Now, the PDF Viewer handles continuous requests to print PDF documents without crashing.
  • #I560978 - The PDF Viewer no longer crashes when loading PDF documents or canceling the process.

SfPicker

Features

  • #I567461 - Added the SelectedItem property, which allows the user to bind the selected item through the view model in the .NET Maui Picker control.

SfRadioButton

Features

  • #I563783, I559215 - Added the support for customizing the size of the SfRadioButton control.

Visual Studio Extensions

Bug Fixes

  • #I573972 - Fixed the T4 template content replacement issue in the MAUI extension.

XlsIO

Bug Fixes

  • #I583000 - Exception is no longer thrown when accessing a range of the sheet name starting with a bracket.
  • #I580812 - Row height is updated properly While using autofitRow in the conversion of Excel to PDF.
  • #F29765 - AutoShape is rendered properly while converting specific range in Excel to image.
  • Custom display unit label text is preserved properly while cloning the Excel document.
  • Hidden series is preserved properly while cloning the Excel document.