Skip to content

v26.1.38

Compare
Choose a tag to compare
@SyncfusionBuild SyncfusionBuild released this 19 Jun 10:37
· 2 commits to master since this release

Accumulation Chart

Bug Fixes

  • #I590334 - Now, the pie legend highlight works properly.
  • #I590334 - Now, the legend highlight will work properly even disabling selection in the pie chart.

Breadcrumb

Bug Fixes

  • Provide support to prevent the breadcrumb item re-rendering action while clicking breadcrumb items through the itemClick event.

Chart

Bug Fixes

  • #I594639 - Now, the range navigator and the chart are rendered with the same width.
  • #I598543 - Now, the chart area scrolling works properly when enabling the trackball in mobile mode.
  • #F188458 - Now, the page remains in the same position when adding or removing a series in chart.

Circular Gauge

Bug Fixes

  • #I580684 - Exceptions will no longer be thrown when the pointer is removed, and its value is updated dynamically in the Circular Gauge.

DashboardLayout

Bug Fixes

  • #I599650 - The issue with the type of the element parameter in the Dashboard Layout constructor has been resolved.

DocumentEditor

Bug Fixes

  • #I590548 - Resolved the layout issue when opening the attached document.
  • #I598215 - Resolved the table auto fit columns issue when opening attached document
  • #I591154 - Resolved the spellcheck local storage issue.
  • #I592343 - Resolved the comment icon removal issue.
  • #I585937 - Resolved the editor shrink issue while closing the comment pane.
  • #I576560 - Resolved the multi column layout issue in Word 2010 Compatibility mode.
  • #I588649 - Resolved the table resizing issue.

Features

  • #I559439 - Added the support to add a paragraph before the table.

DropDownTree

Bug Fixes

  • #I596302 - The issues with the screen reader handling of selected items and the hidden input element in the Dropdown Tree component have been resolved.

FileManager

Features

  • #FB10417 - Provided support for rendering flat data objects in FileManager component, removing the necessity for server requests and backend URL configuration. This enhancement also eliminating the need to define ajaxSettings while rendering the component.
  • Now, we have provided closeDialog method in FileManager to programmatically close the
    delete, rename, upload, create, details and other dialog popups.
  • Introduced new event support for actions performed within the FileManager component. These new events significantly expand your ability to tailor and enhance your interactions within the File Manager, providing you with more control and flexibility. Below, you will find the corresponding event names and event argument details.

Event Information

Event Name Argument Name Properties Description
beforeDelete DeleteEventArgs path, itemData, cancel. This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here.
delete DeleteEventArgs path, itemData, cancel. This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case.
beforeFolderCreate FolderCreateEventArgs path, folderName, parentFolder, cancel. This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case.
folderCreate FolderCreateEventArgs path, folderName, parentFolder, cancel. This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder.
search SearchEventArgs showHiddenItems, caseSensitive, searchText, path, cancel, searchResults. This event is triggered when a search action occurs in the search bar of the File Manager component. It triggers each character entered in the input during the search process.
beforeRename RenameEventArgs path, itemData, newName, cancel. This event is triggered when a file or folder is about to be renamed. It allows for the restriction of the rename action for specific folders or files by utilizing the cancel option.
rename RenameEventArgs path, itemData, newName, cancel. This event is triggered when a file or folder is successfully renamed. It provides an opportunity to fetch details about the renamed file.
beforeMove MoveEventArgs path, targetPath, targetData, itemData, isCopy, cancel. This event is triggered when a file or folder begins to move from its current path through a copy/cut and paste action.
move MoveEventArgs path, targetPath, targetData, itemData, isCopy, cancel. This event is triggered when a file or folder is pasted into the destination path.

Bug Fixes

  • #I594282 - Resolved the fileOpen event issue in the File Manager component.

GanttChart

Bug fixes

  • F159354 - Issue in locale text of predecessor tooltip has been fixed.

Grid

Bug fixes

  • #I587156 - Resolved the issue where enableVirtualization grid becomes blank when sorting after scroll to bottom of grid.
  • #I589142 - Resolved the issue where first selected record only deleted in enableVirtualization grid.
  • #F188307 - Resolved the issue While adding the new record with pageSizes a new page is not created.
  • #I594931 - Resolved the issue where the script error throws when adding the custom toolbar item dynamically.
  • #I595192 - Resolved the issue where the script error throws when search is aligned left in toolbar with AdaptiveUI.
  • #I586042 - The issue with support for on-demand in Excel and checkbox filtering for Adaptive UI has been resolved.
  • #I594278 - Resolved the issue with persist selection not working properly when using RowDragandDrop with remote data.
  • #FB57053 - Resolved the issue with enableQueryString in pageSettings.
  • #I590873 - Implemented tab key navigation functionality with the command column.

Image Editor

Bug Fixes

  • The issue with "image not loading in react ug sample" has been resolved.

ListBox

Bug Fixes

  • #I582328 - Issue with "Listbox component becomes unresponsive when resizing the window" has been resolved.

Multicolumn Combobox

Features

The Multicolumn combobox that can display data in multiple columns.

NumericTextBox

Bug Fixes

  • #I586498 - Fixed an issue where the numerictextbox component in different culture was causing incorrect appending of pasted values.

PDF Viewer

Bug Fixes

  • #I589042 - Now, the textbox field font size is does not increase automatically when zoom percentage increases.
  • #F188158 - Now, script error does not occurred when searching the non-matched word in the provided document.
  • #I587591 - Now, the stamp is updated correctly after reloading the resized stamp.
  • #I593317 - Now, the signature and initial background color is preserved upon reloading the downloaded document.
  • #I591009 - Now, the radio button name does not changes upon reloading the downloaded document.
  • #I591558 - Now, the ink annotation comment was not missing when importing the annotation sequentially in Stand-alone mode.
  • #I586497 - Now, the stamp annotation rendered properly when the PDF document is loaded with EditContent restrictions.
  • #I590035 - Now, the handwritten signature is exported properly when the isSignatureEditable API is set to true.
  • #I587843 - Now, the checkbox state is properly preserved when saving the provided document, even though the form designer module was not injected.
  • #I591558 - Now, the selector style applied for programmatically added annotation.

Pivot Table

Bug fixes

  • #I581252 - Pivot Table will now be rendered properly within the parent container in Angular.

QueryBuilder

Bug Fixes

  • Issue with condition not proper while getting sql from rules has been fixed.
  • #I594200 - Issue with "Template is not rendered properly when we use fieldMode as dropdowntree in the complex data binding query builder" has been fixed.

Ribbon

Bug Fixes

  • #I593640 - Now the script issue raised while disabling the last tab of the ribbon has been resolved.

RichTextEditor

Bug Fixes

  • Now, fixed the issue with font color and the background color popup not opening in rare cases.

Schedule

Bug fixes

  • #I587318 - Issues in the Schedule aria-label attributes are fixed.
  • #I583567 - Resizing the appointment to the last column of the timeline views is not working issue has been resolved.
  • #I592841 - The issue with the appointment width calculation, when the endHour and timeScale properties are customized is fixed.
  • #FB51620 - The setWorkHours method sets work hours to the wrong time range if today's date is a DST start is fixed.
  • #I583293 - The quick info popup shows the wrong time instead of the clicked cell time and adds the appointment to the wrong time if the clicked cell is in the DST start date is fixed.

Spreadsheet

Bug fixes

  • Now, the notes can be edited using the SHIFT + F2 keyboard shortcut.

TreeView

Bug fixes

  • #I596651 - Resolved the fluent 2 theme spacing issue with the checkbox in the TreeView component.