Syncfusion Essential Studio Blazor 2024 Volume 4 (28.1.35)

Released: Dec 19, 2024

Updates in 2024 Volume 4 (28.1.35)

Features

  • Data Grid
    • Provided support for adding the left (ClientX) and top (ClientY) values to the target element for RowDropping and RowDropped arguments.

Fixes

  • Carousel
    • An issue where the carousel is still able to swipe when SwipeMode property is set to ~CarouselSwipeMode.Touch & ~CarouselSwipeMode.Mouse has been resolved.
    • An issue where the carousel continue to swipe in mobile devices, when EnableTouchSwipe property is disabled has been resolved.
  • Chart
    • The chart's secondary axis is now visible or hidden properly based on the visibility of its corresponding series.
    • In the chart, the console error is no longer thrown when toggling the legend for the stacking column series.
    • The chart's x-axis range now updates properly when the data changes.
    • Panning now works properly in the chart when EnablePan is set to true, without displaying the zoom toolbar.
  • Color Picker
    • Provided the readonly support to the RGBA value textbox component in the palette mode of the color picker.
  • Dashboard Layout
    • An issue with drag action when dynamically adding panels in the Dashboard Layout component has been resolved.
  • Data Grid
    • Fixed an issue when programmatically deselecting all rows instead of a single row with SelectRowAsync Toggle.
    • Fixed an issue where an exception was thrown during window resizing when multiple Grids were rendered.
    • Fixed an issue where the selected row jumps during row selection event with Virtual Scrolling enabled.
    • Fixed an issue where the grid failed to render rows and cells when EnableColumnVirtualization was enabled while Scrolling.
    • Fixed an issue where Single click editing leaves a border around previously clicked cells in Firefox browser.
    • Fixed an issue where the search functionality failed with GridForeignColumn when the ForeignKeyField type was Guid.
    • Fixed an issue where cell values could not be pasted into bulk records when NewRowPosition was set to Bottom in grid.
  • DocIO
    • Document will no be longer corrupted while resaving a DOCX format document with picture.
    • Reference field is now updated properly after calling UpdateDocumentFields API.
    • Improved performance when opening DOCX document with tables.
    • "Left only" wrap text is now applied properly to a floating item while converting a Word document to PDF.
    • The InvalidOperationException will no longer be thrown while converting a Word document to PDF with line break.
    • Content of the nested table is now preserved properly while converting a Word document to PDF.
    • Bookmark hyperlink is now navigating properly for split text while converting a Word document to PDF.
    • Shape is now preserved properly while converting a DOCX format document to PDF.
    • The NullReferenceException will no longer be thrown while converting a Word document to PDF with fields.
    • "Franklin Gothic Medium" font is now applied properly while converting a Word document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while add the cloned InlineContentControl.
    • Revisions for OLE, Footnote and Endnote is now preserved properly after calling Compare API.
    • The ArgumentException will no longer be thrown while calling UpdateDocumentFields API followed by the table AutoFit API in subsequent calls.
  • DropDown List
    • Fixed an issue where a white background would briefly appear in the dropdown list popup when scrolling back to the top.
  • MultiSelect
    • Fixed an issue where the ValueChange event did not trigger after entering a valid value following an invalid value.
  • NumericTextBox
    • Fixed an issue where the numeric textbox would display the previous value when entering a number exceeding 29 characters in length.
  • PDF
    • Fixed incorrect OCR text location issue when using a Unicode font in the OCR processor.
    • Resolved a rendering issue that occurred when converting HTML to image using the CEF rendering engine.
    • Fixed an issue where the conversion timeout was not functioning correctly when using the window status in the Blink converter settings.
    • Fixed the issue where ExtractText method throws IndexOutOfRangeException exception while using TextLineCollection API.
    • Fixed the issue where Text Extraction is not proper for the specific PDF document.
    • Fixed the issue where Errors occurred while validating the document.
    • Fixed the issue where Table content not properly added in Structure Element while merging the tagged PDF documents.
  • Presentation
    • RTL text is now preserved properly while converting PowerPoint Presentation to PDF.
  • Rich Text Editor
    • The cursor position now works properly when typing a combination of the letter K in the Rich Text Editor.
  • Signature
    • An issue where the Stroke color changed to the default value instead of the given value in the StrokeColor property while resizing the window has been resolved.
  • Toast
    • Fixed an issue where no background color was displayed while hovering toast in the Tailwind3 theme.
  • Tooltip
    • Resolved the issue where an exception was thrown when using additional attributes in the Tooltip component.
  • Tree Grid
    • Fixed performance issue when using the Expand collapse feature with Custom Attributes added in the treegrid.
    • Fixed OnActionEvent triggered multiple times when used with the feature Persistence.
    • Resolved FilteredRecords variable not get cleared even after using ClearFilterAsync.
    • Resolved an issue where the TreeColumnIndex property was not functional with stacked header columns.