Skip to content

Releases: syncfusion/ej2-javascript-ui-controls

v27.1.58

05 Nov 01:12
Compare
Choose a tag to compare

Accumulation Chart

Bug Fixes

  • I917094 - The series property now updates correctly on data binding.

Chart

Bug Fixes

  • #F188458 - Now the page scroll remains the same after clearing the series.
  • #I647466 - The zoom settings properties are now properly updated on data binding.

Checkbox

Bug Fixes

  • #F95768- The issue with "Checkbox not getting checked while using usestate in react" has been resolved.

Circular Gauge

Bug fixes

#I644577 - The target element is now correctly identified in the gaugeMouseDown event.

ComboBox

Bug Fixes

  • #I640083 - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.

Diagram

Bug Fixes

  • #I641865 - Now, the node can be moved inside the lane when the AllowMovingOutsideLane constraint is applied to the nodes.

Dialog

Bug Fixes

  • #F194699 - Fixed an issue where the scrollbar appears as soon as the modal dialog is closed.

DocumentEditor

Bug Fixes

  • #I914903 - Resolved the endNote layouting issue.

DropDownTree

Bug Fixes

  • #I646545 - The issue with the customTemplate property, when used as a function type in the Dropdown Tree component, has been resolved.

GanttChart

Bug fixes

  • #645586 - Last 3 rows of the taskbar are not exported when performing PDF export with the pageOrientation set Portrait issue has been fixed.
  • #644812 - When adding a record, the validation for taskType as fixedDuration is not working properly issue has been fixed.

Grid

Bug fixes

  • I644169 - Resolved an issue where the actionBegin event triggers multiple times when dynamically updating the data source.
  • I645803 - Resolved an issue where the Grid displays an empty state when a grouped column contains null values.

MultiSelect

Bug Fixes

  • #F194699 - Fixed an issue where the color and size of the clear icon did not display correctly when the e-outline class was enabled and hovered over the input.

NumericTextBox

Bug Fixes

  • #I641562 - Fixed an issue where pasting a number with spaces resulted in a blank entry.

PDF Viewer

Bug Fixes

  • #I638740 - Now, the comment delete event is properly triggered when the parent comment div is deleted.
  • #I646822 - Now, the formFieldMouseover event includes both the form field ID and Name.
  • #I637574 - Now, the signature position is accurately rendered in the provided document upon reloading the downloaded file.
  • #I641496 - Now, the annotation signature buttons no longer overflow when the translation string is too long.

Pivot Table

Bug fixes

  • #I645787 - Number formatting will now be applied correctly when using the number formatting popup in the pivot table.
  • #I648479 - The context menu will now appear when clicking on a value cell in the pivot table.

RichTextEditor

Bug Fixes

  • #I644007 - Now, after deleting an empty line in the Rich Text Editor, the line will no longer reappear when clicking outside the editor.

  • #I641442 - Now, the link quick toolbar opens when clicking on an anchor element with a relative URL, without redirecting to the linked page.

  • #I643173 - Now, when applying bold, italic, or other inline formatting to text adjacent to an anchor tag, the space between the text and the anchor tag will remain preserved.

  • #I644738 - Now, the undo action now behaves correctly when selecting text with Shift + Left Arrow in the Rich Text Editor.

  • #I637881 - Now, the lines retained after pasting content to VS Code from the Rich Text Editor have been resolved.

  • #I645142 - Now, When resize is set to false in insertImageSettings, the resize handles do not appear, and the functionality operates as expected.

Schedule

Bug fixes

  • #I647902 - An issue where a script error occurred while click the close icon in print window has been resolved.

Tab

Bug Fixes

  • #I640676 - An issue with the Tab item selection when Tab is rendered with hidden Tab items has been fixed.

v27.1.57

29 Oct 00:26
Compare
Choose a tag to compare

Breadcrumb

Bug Fixes

  • #I916680 - The issue with "Breadcrumb menu popup not destroyed after breadcrumb element destroyed" has been resolved.

Carousel

Bug Fixes

  • #I644419 - The script error that occurred in the carousel when a grid was rendered as a carousel item has been fixed.

Chart

Bug Fixes

  • #I640035 - The tooltips now render properly for decimal data points.
  • #I645981 - The stripline now works correctly on the logarithmic axis.

Circular Gauge

Bug fixes

#I640295 - Exceptions will no longer be thrown when the pointer is dragged and the pointer value is updated during the dragEnd event.

ComboBox

Bug Fixes

  • #I640083 - The issue causing a console error after selecting a value and subsequently emptying the datasource upon button click has been resolved.

DateRangePicker

Bug Fixes

  • #I643169 - Fixed an issue where the popup repositions to Right-Bottom when clicking on the custom range, even though it is set to Left-Bottom.

Diagram

Bug Fixes

  • #I637156 - Tooltip now displays properly on mobile devices with touch interactions.
  • #I637207 - Nodes are now resizable via touch interactions.
  • #I639121 - The gradient background of the node is now properly preserved when exporting the diagram as an SVG
  • #F194691 - The Position Change Event Now Triggers on Keyboard Nudging.

Dialog

Bug Fixes

  • #I28945 - Fixed an issue where the Dialog's enableResize property was not functioning for dynamic changes.

DocumentEditor

Bug Fixes

  • #I644412 - Resolved the issue of editor deletes all text in document.
  • #I642436 - Resolve the issue with track Changes when pasting Word contents multiple times.
  • F194706 - Now able to copy highlighted text from word processor when Restrict Editing property is true.
  • #I640675 - Resolve script error when using track changes.
  • #I639276 - Resolved the issue of page freezes when trying to load document in document editor.

DropdownList

Bug Fixes

  • #I612750 - Fixed an issue where updateData was throwing an error when filtering in a DropDownList.

DropDownTree

  • I639573 - Resolved issues with selected items and the checked state of the parent node when filtering in the Dropdown Tree component.

GanttChart

Bug fixes

  • #I642434 - recordIndex property is updating last index for every above or below add action via contextMenu issue has been fixed.
  • #I646826 - An invalid resource collection is being passed resulting in a script error issue has been fixed.
  • #I637870 - White space when expand and collapse action issue has been fixed.

Grid

Bug fixes

  • #I645144 - Resolved an issue where the search keyword would automatically change when entering more than 16 digits.
  • #I641786 - Fixed an issue with focus misplacement after deleting a row using the command column.
  • #I641368 - Resolved a type issue in the ICustomOptr interface by updating the filterSettings.operators property from dateTimeOperator to datetimeOperator.
  • #I640492 - The issue where the dataBound event was triggered multiple times during a page refresh when virtualization with persistence was enabled has been resolved.

NumericTextBox

Bug Fixes

  • #I641562 - Fixed an issue where pasting a number with spaces resulted in a blank entry.

PDF Viewer

Breaking Changes

  • The getPageDetails API has been renamed to getPageInfo. Additionally, the zoom factor parameter has been removed from the getPageInfo API, as the zoom factor can be accessed directly through the zoomPercentage API.
Existing API name New API Name
getPageDetails getPageInfo

Pivot Table

Bug fixes

  • The pivot table will now be rendered properly when creating a new report using the toolbar.

RichTextEditor

Bug Fixes

  • #I640976 - Now, the width and height attributes of the image are set with correct values instead of auto, when inserting and replacing the image in the Rich Text Editor.

  • #I637660 - Now, the OneNote list that has been copied and pasted will now have a correct element structure.

  • #I644239 - Now, the link insertion is prevented when clicking the insert button in the link dialog when the cancel argument is set to true in the beforeDialogClose event.

  • #I633901 - Now, the table height adjusts correctly when resized within the Rich Text Editor in Firefox.

  • Now, the issue with image resizing in the IFrame editor, particularly when the editor area is small, has been resolved.

Schedule

Bug fixes

  • #I641069 - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
  • #I643159 - An issue when weekly recurrence rule is rendered in the wrong position when setting the firstDayOfWeek has been resolved.
  • #FB62128 - An issue causing events to display incorrectly when a weekly recurrence rule with BDAY and a specified timezone is applied has been resolved.

Sidebar

Bug Fixes

  • #I643178 - An issue on browser resizing while setting width value in percentage in Sidebar component has been resolved.

SplitButton

Bug Fixes

  • #I914299 - Split buttons popup not closed when we open with mouse click and select with key down action has been resolved.

Stock Chart

Bug Fixes

  • #F194807 - The series now renders properly after a data source update and legend toggle.

TreeView

  • #I639573 - Resolved issues with selected items and the checked state of the parent node when filtering in the DropdownTree component.

Bug Fixes

  • #I642832 - An issue with TreeView component when adding child nodes using addNodes method without passing a target has been resolved.

v27.1.56

23 Oct 13:39
Compare
Choose a tag to compare

Dialog

Bug Fixes

  • #I633873 - Resolved the inconsistent resizing behaviour observed with the modal dialog.

GanttChart

Bug fixes

  • #I639036 - columnMenuItems property shows an error when assigning AutoFit and AutoFitAll issue has been fixed.

Grid

Bug fixes

  • #I642129 - The script error that occurred when adding a new row with a dateonly column in Batch edit mode has been resolved.
  • #I643285 - The script error caused by the pager when using a custom locale has been resolved.
  • #I641645 - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
  • #I638401 - In AdaptiveUI Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
  • #I641453 - Fixed an issue where unsupported characters were present in the pt and pt-BR localization JSON files.
  • #F194581 - Fixed an issue where the Excel filter in the grid was not functioning correctly when localization was enabled.

Schedule

Bug fixes

  • #I638628 - The issue with the renderCell event not being triggered in the Agenda view has been resolved.

v27.1.55

22 Oct 03:24
Compare
Choose a tag to compare

Common

New Features

  • Provided isPreventScroll API for drag and drop.

Accumulation Chart

Bug Fixes

  • #I642553 - The legend text size now updates correctly when resizing the accumulation chart.

Chart

Bug Fixes

  • #I641213 - Data points in a multi-pane chart no longer collapse when zooming in canvas mode.
  • #I641366 - The border for the multi-pane chart now renders correctly in canvas mode.
  • #I640624 - The Moving Average trendline now functions as expected when the period is set to one.
  • #I642177 - The columnWidthInPixel property now works correctly in the transposed stacked column chart.
  • #I638097 - The scrollbar now functions properly during data binding.
  • #I644765 - Series now renders properly when the axis interval is zero.

DateTimePicker

Bug Fixes

  • #I632734 - Fixed an issue where the page automatically scrolled to the top when users began typing in the masked datetime picker on iPad.

Diagram

Bug Fixes

  • #I635721 - The undo and redo actions work during swimlane deletion, even when the swimlane's delete constraint is disabled.
  • #I638627 - The tooltip for the annotation is now visible when the text overflow is set to Ellipsis or Clip.
  • #I595572, #I632276 - The undefined exception will no longer be thrown when moving a node with Line Routing enabled.

DocumentEditor

Bug Fixes

  • #I636914 - Now track changes working as expected when using collaboration.
  • #I641336 - Resolved the text overlap issue in document uploading.
  • #I636876 - Now script error does not get thrown when unmounting the DocumentEditor with collaboration.
  • #I638548 - Resolved the issue of document stays loading.
  • #I637068 - Now proper font family is updated for splitted Chinese text.
  • #I618565 - Now text get highlighted properly if user clicks on comment.

FileManager

Bug Fixes

  • #I641183 - Resolved the flat data navigation path and rename arguments issues in File Manager component.

GanttChart

Bug fixes

  • #I639460 - Console error occurred when clicking fittoproject issue has been fixed.
  • #I643327 - Custom zooming levels using virtual mode throw a script error when zooming in and out issue has been fixed.
  • #I641833 - Console error occurs while exporting pdf with empty data and critical path issue has been fixed.
  • #I637794,#I637841 - Pdf export issue with baselines not working properly issue has been fixed.

Grid

Bug fixes

  • #I642129 - The script error that occurred when adding a new row with a dateonly column in Batch edit mode has been resolved.
  • #I643285 - The script error caused by the pager when using a custom locale has been resolved.
  • #I641645 - Resolved the misalignment of print grid cells for lazy loading with multi-column grouping.
  • #I638401 - In AdaptiveUI Grid, the localization issue with the filter dialog header text is still present, but the issue with the filter icon title has been resolved.
  • #I641453 - Fixed an issue where unsupported characters were present in the pt and pt-BR localization JSON files.
  • #F194581 - Fixed an issue where the Excel filter in the grid was not functioning correctly when localization was enabled.

NumericTextBox

Bug Fixes

  • #I641562 - Fixed an issue where pasting a number with spaces resulted in a blank entry.

PDF Viewer

Bug Fixes

  • #I638745 - Now, the sticky notes annotation is correctly added when the PDF Viewer window is resized to a smaller size, with the sticky annotation option available in the toolbar dropdown menu.
  • #I637865 - Now, the form field type updates properly when switching fields without adding in the PDF Viewer.
  • #I637742 - Now, the annotations are not missing, and no script errors occur when enableThumbnail and isThumbnailViewOpen are enabled.
  • #I634412 - Now, the stamp annotation is no longer missing when printing the imported annotations.

Pivot Table

Bug fixes

  • #I640765 - The cumulative percentage values will now be displayed correctly in the tooltip when hovering over the chart series of the Pareto chart.

RichTextEditor

Bug Fixes

  • #I628053 - Now, the rich text editor properly sanitizes and encodes tab characters in JavaScript alerts.

  • #I553157 - Now, the bullet list format is properly removed when pasting content from MS Word in the Rich Text Editor.

  • #I640949 - Now, image duplication is prevented when shiftEnterKey is pressed on a paragraph in the Rich Text Editor.

  • #I639924 - Now, the format toolbar will be updated properly when the cursor is in front of the table.

  • #I640818 - Now, being typed with zero-width-space works without any console error.

  • #I640976 - Now, the width and height attributes of images will reflect their specified values, rather than defaulting to auto, after insertion and replacement in the Rich Text Editor.

  • #I639718 - Now, when enableResize is set to true, the IFrame editor resize event will be unbound properly.

  • #I637651 - Now, the issue where the editor was lagging after inserting a mention value has been resolved.

  • #I641503 - Now the cutting and pasting list works properly in the rich text editor.

Schedule

Bug fixes

  • #I592841 - An issue where resizing was not functioning correctly in timeline views when using the startHour and endHour properties has been resolved.

Stepper

Bug Fixes

  • #I592870 - Now the issue with unable to navigate to the next step when the step's disabled state is dynamically updated in linear mode has been resolved.

  • #I640774 - Now the issue with progress bar misalignment during dynamic updates of the step label has been resolved.

Tab

Bug Fixes

  • #I640676 - An issue with the arguments returned in the selected event of the Tab when using the removeTab method with hidden Tab items has been fixed.

Tree Grid

Bug Fixes

  • #I625060 - Fixed an issue where the delete action would not function correctly when the expand/collapse icon was clicked repeatedly.
  • F61804 - Fixed an issue where the selection was not clearing when a checkbox was selected and the row was expanded.

v27.1.53

15 Oct 09:11
Compare
Choose a tag to compare

Common

New Features

  • Provided support for handling license key validation in CI services.

Bug Fixes

  • #I617320 - Resolved an issue with touch swipe functionality in iOS Capacitor applications.

3DChart

Bug Fixes

  • #I637725 - The first label on the y-axis is now positioned correctly.

AI AssistView

Bug Fixes

#I639994 - Now the issue with CSS syntax exception raised by the use of justifyContent property style in the AI AssistView has been resolved.

Feature

#640732 - Now we have provided localization support for the stop responding text in the AI AssistView.

Chart

Bug Fixes

  • #I637436 - Now, multilevel axis labels are working properly when RTL is enabled.
  • #I640682 - The border dash array now works properly for all series.
  • #I640585 - Now, the range area series works properly when the middle point's x value is set to 0.

Checkbox

Bug Fixes

  • #F60464- The issue with "checkbox state input element checked state was not update properly " has been resolved.

DashboardLayout

  • #I636600 - Panels overlapping when adding a panel dynamically using addPanel method in the Vue DashboardLayout component has been resolved.

Diagram

Bug Fixes

  • #I631866 - Now, The connectors can connect to ports even when their visibility is set to hidden.
  • #F194445 - The mouse cursor now updates correctly when entering the diagram canvas after changing tools at runtime.
  • #I635135 - The tooltip for a node is now displayed correctly when the node is grouped at runtime.
  • #I630934 - Now, The flipped annotations are readable when the corresponding node is flipped.

Dialog

Bug Fixes

  • #I633873 - Resolved the inconsistent resizing behaviour observed with the modal dialog.

DocumentEditor

Bug Fixes

  • #I628955 - Resolved the Pie chart color issue in Blazor word processor.
  • #I627890 - Resolved the error in opening the document.
  • #I631391 - Resolved the Word Preview Freezes Browser issue.
  • #I632707 - Resolved the issue of tables with complex structures that have cells wrapping to the next page are not rendered.
  • #FB61513 - Resolved the error when saving track changes.
  • #I631081 - Resolved the table looping issue while opening attached sfdt.
  • #I638813 - Resolved the XSS vulnerability issue.
  • #I635143 - Resolved the mailto issue in the Document editor.
  • #I632855 - Resolved script error when try to download the document with unposted comments.
  • #I627023 - Now SpellCheck API pass the custom header when using beforeXmlHttpRequestSend.
  • #I631727 - Resolved the issue bullet points loses it style.
  • #I636298 - Now stopProtectionAsync reject properly when entered wrong password.
  • #I626464 - Resolved the Characters get hidden when typing multi languages with Track changes OFF.
  • #I632911 - Resolved console warning for missing modules in document editor.
  • #I630998 - Now able to add text after a content control when no other element is next to it.
  • #I622732 - Resolved script error while delete content after search text.

Features

  • #I629004 - Added support for selecting revision in beforeAcceptRejectChanges event in document editor.
  • #I568983 - Provided support to refer external font in Document Editor.

DropDownList

Bug fixes

  • #I633865 - The issue with the selected item being incorrectly added to the popup in the dropdown list has been resolved.
  • #I912588 - The issue with filtered selected item in the Dropdown Tree component has been resolved.

FileManager

Bug Fixes

  • #I629895 - The scrolling performance of the File Manager component has been enhanced to enable smoother scrolling during drag-and-drop operations.
  • #I633879 - Improved error handling and null value management in File Manager component create folder and filterFiles operations.

GanttChart

Bug fixes

  • #I634857 - Parent dependency validation is not working properly issue has been fixed.
  • #I632390 - While collapsing parent custom color applied for child disappeared issue has been fixed.
  • #I635881 - taskMode is set to custom non-working days are not disabled when editing the Start Date and End Date columns issue has been fixed.
  • #I636598 - Duration field not updating in dialog box when setting the end Date as same as start Date issue has been fixed.
  • #I635782 - When the PdfTrueTypeFont property is used, the label value is not exported issue has been fixed.
  • #I637078 - Setting fontSize for labels does not working when exporting to pdf issue has been fixed.
  • #I635774 - Portrait mode not working in pdf export while using A0 page size issue has been fixed.
  • #I632226 - Performance delay occur during load time issue has been fixed.

Grid

Bug fixes

  • #I637799 - The issue with Excel custom filtering not working correctly with the Null or Empty operators has been resolved.
  • #FB61575 - The issue where the browser automatically scrolls to the grid when it is rendered with initially grouped columns has been resolved.
  • #I630298 - The issue where the dataStateChange event was not triggered when opening the filter menu for a Boolean column in custom data binding has been resolved.
  • I640964 - Resolved a script error that occurred when editing was disabled in Batch mode.
  • I638333 - Fixed an issue where clicking the Clear button in the sort responsive dialog incorrectly displayed all sort buttons text as None instead of their localized values.
  • I639750 - Resolved a script error that occurred during the initial rendering of auto-generated columns when resizing was enabled.
  • I638418 - Fixed a script error that occurred when opening the filter pop-up and navigating using the down arrow key.
  • I635845 - Resolved misalignment issues that occurred when resizing aggregate columns along with frozen columns.

ListBox

Bug Fixes

  • Issue with "Toolbar button state not updated properly while drag and drop with filtering and disabled listbox items" has been resolved.

PDF Viewer

Bug Fixes

  • #I638294 - Now, the notification dialog is not shown for search text with no matches when showNotificationDialog API is set to false.
  • #I636244 - Now, the annotation toolbar is programmatically opened on a mobile device using the showAnnotationToolbar method.
  • #I637351 - Now, the signature collection ID and ID from the addSignature event are the same on mobile devices.
  • #F194443 - Now, the tooltip is properly removed when programmatically removing a form field tooltip using the updateFormField API.
  • #I637350 - Now, the PDF Viewer does not stop responding when searching the text.
  • #I637275 - Now, the download option is disabled in mobile mode when enableDownload API is set to false.
  • #I633438 , #I633453 - Now, the invalid file corrupted dialog closes automatically after a valid PDF document is loaded.
  • #I619099 - Now, the delay in searching for text after completing text extraction has been reduced.
  • #I635120 - Now, the undo and redo functions for free text annotations, as well as the ability to change alignment and font size using the editAnnotation method, are now functioning correctly.
  • #I608686 - Now, a script error does not occur when trying to update and delete annotations simultaneously after importing them.
  • #I635119 - Now, after programmatically highlighting and deleting text, the text will not be highlighted again unless a new selection is made, as the selection is cleared when the delete method is called programmatically.
  • Now, the close button is clickable across all size scenarios when the thumbnail container is resized.
  • #I908781 - Now, the Form field data will be accurately preserved after scrolling, even when form fields with the same name are updated, and the form designer module is not included.

New Features

  • #I627469 - Added support for retrieving page details, such as the current page size, page rotation and zoom factor, through the getPageDetails.

Pivot Table

Bug fixes

  • The pivot table will now work properly while dynamically disabling grouping with the pivot chart enabled.

Schedule

Bug fixes

  • #FB61537 - An issue where a script error occurred when attempting to save an event after adding the NumericTextBox component in the editor template has been resolved.
  • #FB61371 - An issue affecting the identification of the startTime and endTime properties within the eventRenderedArgs for spanned events in the Month view has been resolved.
  • #I640650 - An issue where a script error occurred while setting setWorkHours in DST time has been resolved.

Stepper

Bug Fixes

  • #F194542 - The issue with the text indicators disappearing when the disabled property is updated dynamically in the stepper component has been resolved.

Tree Grid

Bug Fixes

  • #F61461 - Fixed an issue where the scroll position was not maintained correctly when using enablePersistence.
  • #I635845 - The alignment issue with aggregates and treegrid columns has been fixed when allowResizing and frozenColumns are enabled.

TreeView

Bug Fixes

  • #I637759 - The issue with the collapseAll API not collapsing TreeView nodes correctly based on the specified node level in the TreeView component has been resolved.
  • #I912588 - The issue with filtered selected item in the DropdownTree component has been fixed.

v27.1.52

08 Oct 03:34
Compare
Choose a tag to compare

Common

Bug Fixes

  • #I628053 - Resolved an issue where the sanitizer function did not properly handle HTML entities.

Accumulation Chart

Bug Fixes

  • #I637398 - Now, the percentage values of the pie chart points are updated when the legend is clicked.

Chart

Bug Fixes

  • #I605430 - Now, the chart height is set properly when applying the scale.
  • #I636350 - Now, the y-axis label is rendered properly when rotation is enabled.

ContextMenu

Bug Fixes

  • #I909790 - The issue with "When adding submenu item dynamically the parent menu item was returned wrongly in select event" has been resolved.

Diagram

Bug Fixes

  • #I632369 - Now, selector renders for newly added phase at runtime.
  • #I632361 - Now, Node will be draggable inside swimlane after adding new phase at run time.
  • #I632374 - Now, Height and Width of the lane will be updated properly.
  • #I632335 - Now, Node selection is restricted on diagram focus.
  • #I632371 - The resize cursor now updates correctly when hovering over the phase line.
  • #I632404 - Now, Rotating the flipped node will rotates its annotation along with the node.

DocumentEditor

Bug Fixes

  • #I636488 - Resolved the console error thrown when opening attached SFDT document.
  • #I630929 - Resolved the content not syncing properly after removing content control at the end of the document.
  • #I627161 - Resolved the RTL text formatting issue in Document Editor.

DropDownTree

Bug Fixes

  • #I636022 - Nodes with selectable as false cannot be expanded or collapsed using keyboard in Dropdown Tree has been resolved.

GanttChart

Bug fixes

  • #I634826 - Manual parent taskbar pdf export is not working properly issue has been fixed.
  • #I634832 - The issue about isShiftPressed property in the row selecting event was not maintained properly has been fixed.
  • #I633271 - Changing the events hitting order and add rowPosition property in actionBegin event issue has been fixed
  • #I634857 - Parent dependency validation is not working properly issue has been fixed.

Grid

Bug fixes

  • #I630299 - The issue where Virtualization loads indefinitely after applying Grouping, Filtering and scroll to the end has been resolved.
  • #F194538 - The issue where the UpdateCell method does not change the value of the primary key column in a newly added record before saving in batch mode has been resolved.
  • #I633129 - The issue where the IEditCell interface did not support the TextBoxModel property has been resolved.
  • #I633624 - The issue where the focus was moved out of the column chooser dialog when pressing the tab key on the cancel button has been resolved.
  • #I633945 - The issue where added records were not displayed while using CustomDataAdaptor with batch editing mode has been resolved.
  • #FB61502 - Resolved the script error occurs when enter key press with column spanning and hidden columns.
  • #I628507 - The issue where the reorder the stacked header with frozen column not working properly has been resolved.

ListBox

Bug Fixes

  • #I628439 - Issue with "Handle the toolbar button state while filtering with disabled listbox items" has been resolved.
  • #I625107 - Issue with "The listbox Item template with filtering action related issues" has been resolved.

PDF Viewer

Bug Fixes

  • #I631430 - Now, the form field index is correctly calculated, and NaN is no longer added to the form field name when creating new fields from the designer in PDF Viewer.
  • #I634439 - Now, the value of the dropdown field name does not set to null in the formFieldCollections when the enableFormDesigner API is disabled.
  • #I631901 - Now, the keyboard shortcuts for the OpenOption are disabled when the OpenOption item is not included in the toolbar.

Schedule

Bug fixes

  • #FB61586 - The issue with the schedule component tooltip rendering outside the viewport has been fixed.

v27.1.51

30 Sep 13:51
Compare
Choose a tag to compare

Checkbox

Bug Fixes

  • #I909049 - The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved.

ContextMenu

Bug Fixes

  • #I897592 - The issue with "Context menu reopens after selecting options quickly" has been resolved.

DateTimePicker

Bug Fixes

  • #I628891 - Resolved the issue where the "DateTimePicker Mask" was not functioning correctly after deletion using the keyboard.

Diagram

Bug Fixes

  • #I637400 - Now, the Fixed user handle visibility works properly.
  • #I629696 - Now, the image node is exported properly with every export region settings.
  • #F194390 - Now, Annotation will render based on its width if defined.

DocumentEditor

Bug Fixes

  • #I630170 - Resolved the paragraph shifting issue when pasting text content.
  • #I626306 - Resolved the font family and page content is not rendered properly.

DropDownTree

Bug Fixes

  • #I635384 - Console error on initial rendering of Dropdown Tree when setting checkDisabledChildren to false with additional htmlAttributes has been resolved.

GanttChart

Bug fixes

  • #I632186 - Custom column not refreshed properly while indent and outdent issue has been fixed.
  • #I631776 - Dates given in the data source are not displayed same as segment data source issue has been fixed.
  • #I633422 - Incorrect start date updated using updateRecordByID issue has been fixed.

Grid

Bug fixes

  • #I629864 - The CSP issue when using CustomDataAdaptor has been resolved.
  • #I631247 - The issue with delete icon is disabled in toolbar when the grid dataSource is empty with Batch edit has been resolved.
  • #I630777 - The issue where Virtualization not working properly with specific pageSize values has been resolved.
  • #I634165 - The issue with the Grid auto-saving the cell while using the uploader component with batch editing has been resolved.

ListBox

Bug Fixes

  • #I608662 - Issue with "listbox RemoveItems method performance issue occurs while using large number items" has been resolved.
  • #I625107 - Issue with "Prevent the default sorting action for custom data from filtering updateData method" has been resolved.
  • #I628439 - Issue with "Dual listbox sample move function not working properly with disabled items" has been resolved.
  • #I904248 - Issue with "The removeItems method not working properly after drag and drop and specific the index value" has been resolved.

MultiSelect

Bug Fixes

  • #I633820 - Resolved the issue where the change event was not triggered when removing the selected value.

PDF Viewer

Bug Fixes

  • #I627789 - Now, the context menu for form fields opens properly in desktop touch mode.
  • #I630341 - Now, the text is properly aligned in the freetext annotation when using the subject property.
  • #I629789 - Now, the IsDocumentEdited property set to false when loading the customer provided PDF document.
  • #I632424 - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically.
  • #I627479 - Now, the browse button is working properly when dynamically changing enableFormFields API value.
  • #I635120 - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly.
  • #I635116 - Now, Freetext annotation appeared properly when update the alignment styling.
  • #I635117 - Now, the undo and redo actions is properly working when perform the cut and paste action.
  • #I630883 - Now, resizing the form field on the first page doesn't hide the form field on the third page.
  • #I630441 - Now, the pageMouseover event is triggered without annotation and form designer modules.

Pivot Table

Bug fixes

  • #I628997 - The drill-through popup will now display the proper data when using the Pivot Table with the server-side engine and DataTable.

RadioButton

Bug Fixes

  • The issue with "Background color issue for disabled unselect radio button in bootstrap5 theme" has been resolved.

Schedule

Bug fixes

  • #I617009 - An issue where the appointment drag position is not updating according to the mouse cursor in the vertical views of the schedule has been fixed.
  • #I569000 - The issue with the current time indicator displaying discrepancies compared to the time scale on the start and end days of daylight saving time in the vertical view has been resolved.

Sidebar

Bug Fixes

  • #I629277 - The issue with the close arguments event value showing as null when performing a swipe action in the Sidebar component has been resolved.

  • #I627602 - An issue with Sidebar component while utilizing multiple sidebars with closeOnDocumentClick property has been resolved.

Stock Chart

Bug Fixes

  • #F194476 - The crosshair tooltip now displays correctly on the axis labels.

Timeline

  • #I631862 - An alignment issue while utilizing content or oppositeContent property as template in Timeline component has been resolved.

Tree Grid

Bug Fixes

  • #I632368 - Last record removed during virtual scroll issue has been fixed.

TreeView

Bug Fixes

  • #I636879 - Resolved the console error that occurred when dragging tree items in the TreeView component while using the Firefox browser.

v27.1.50

23 Sep 23:33
Compare
Choose a tag to compare

Accumulation Chart

  • #I630866 - Now, the group separator will work for both the tooltip x-point and the legend text.

Breadcrumb

Bug Fixes

  • #I898885 - The issue with "we need to prevent the popup from closing until a multiselect value is selected in breadcrumb component" has been resolved.

Chart

  • #I631309 - Now, the spline range area chart will handle null values properly.

Circular Gauge

Bug fixes

  • The annotations will now render correctly when templates are provided through functions.

ColorPicker

Bug Fixes

  • Issue with "Hovering style for primary button of color picker in bootstrap 5 theme" has been resolved.

ContextMenu

Bug Fixes

  • #I897592 - The issue with "Context menu reopens after selecting options quickly" has been resolved.

DatePicker

Bug Fixes

  • #I628537 - Fixed an issue where users were unable to navigate through data cells using the arrow keys while a popup was open.

DateTimePicker

Features

  • The DateTimePicker used provides options to define the range of selectable times through the minTime and maxTime properties. These properties ensure that users can only select times within the specified range, while times outside this range are restricted. Please find the demo link here.

Key Features:

  • MinTime: Specifies the minimum time value that can be selected.
  • MaxTime: Specifies the maximum time value that can be selected.

Diagram

Bug Fixes

  • #I627666 - Now, the layout renders properly without considering boundary constraints.
  • #I628018 - Now, Flipping the group node properly rendered and rotation properly worked for the child nodes.

DocumentEditor

Bug Fixes

  • #I623329 - Resolved the Heap memory increasing issue even after destroying the component.
  • #I624644 - Improved the performance of rendering border for content control.
  • #I627238 - Resolved formatting different when layouting the document.
  • #I625566 - Content control with multiple paragraph now exported properly.
  • #I626922 - Resolved script error when highlighting edit range.
  • #I624612 - Nested table border is not render properly.
  • #I627042 - Alert message it now shown properly when opening broken sfdt.
  • #I624582 - Formatting now preserved properly when copy/paste content from excel document.

DropDownButton

Bug Fixes

  • #I445638 - Issue in DropDownButton Popup Alignment issue while setting enableRtl property as true has been resolved.

DropdownList

Bug Fixes

  • #I472623 - Resolved an issue when the window is resizing the popup position is misaligned

DropDownTree

New Features

  • #I621087 - Provided support to prevent the check action of disabled child nodes using checkDisabledChildren API.
  • #I610462 - Provided valueTemplate support to customize the display of selected values in the Dropdown Tree component.

Bug Fixes

  • #I622674 - The issue where, when multi selection is enabled, selected items were just appended into one string for the aria-label in the Dropdown Tree has been resolved.
  • #I630411 - Facing an console error when all nodes are not selectable while opening the popup in the Dropdown Tree component have been resolved.
  • #I624932 - Multiple focus issue when enabled the showSelectAll and allowFiltering properties in the Dropdown Tree component has been resolved.
  • #I625088 - The issue with selected field in the Dropdown Tree component has been resolved.

GanttChart

Bug fixes

  • #I629988 - Change the event argument action property value while deleting dependency issue has been fixed.
  • #I629758 - Console error while deleting last record with undo redo and styles not persists in notes tab in dialog issues has been fixed.
  • #I631900 - Script error occurs while deleting last record when undo redo support is enabled issue has been fixed.
  • #I625233 - Timeline cell disappeared during DST issue has been fixed.
  • #I631255 - Incorrect left is updated during DST issue has been fixed.
  • #I628433 - When adding a dependency to an unscheduled task, an exception is thrown issue has been fixed.
  • #I632390 - While collapsing parent custom color applied for child disappeared issue has been fixed.

Grid

Bug fixes

  • #I625709 - The issue with adding/editing when the grid component is rendered inside the Dialog component has been resolved.
  • #I628534 - The problem with the BatchDelete and beforeBatchDelete event arguments not being correct during bulk delete actions has been resolved.
  • #I631245 - The issue with the Cancel Interface in the beforeDataBound event arguments has been resolved.
  • #FB61172 - The issue with padding being added to the first cell during grid cell selection in the Material 3 theme has been resolved.
  • #FB60975 - The issue where the cell was not highlighted when selecting a row using a method in the EJ2 Grid has been resolved.
  • #I630248, #I631004 - The issue where the minWidth was not respected during window resizing has been resolved.
  • #I629597 - The issue with excel custom filter with the second empty filter not applied to the grid has been resolved.
  • #I631424 - The issue where the AutoFill position was not adjusted to corresponding cells when resizing the window has been resolved.
  • #I633357 - The issue with vertical expansion when dragging with long names and text wrap enabled has been resolved.
  • #I629718 - Grid didn't rendered properly while using the individual scripts has been fixed.
  • #I632793 - getSelectedRecords is not working properly has been resolved.
  • #I628424 - Header indent cell overlapped in a stacked frozen grid with grouped columns is fixed.

HeatMap

New Features

  • #I450186 - HeatMap's axis labels can now include line break characters.
  • #I287338 - Label templates can be displayed in place of cell labels to provide additional information.

Image Editor

Features

  • Redact support - The Redact support in the Image Editor allows users to effortlessly conceal sensitive information by applying blur or pixel effect to specific areas of an image. Ideal for maintaining privacy in photos. This feature is particularly valuable for protecting privacy and complying with data protection regulations, making it easier to securely share images without compromising sensitive information. Explore the demo here.

  • Text annotation enhancement - The enhanced Text Annotation feature in the Image Editor allows users to customize their annotations with fill color, outline color, and outline width. Ideal for making text stand out and improving readability, this tool ensures that your annotations are both clear and visually appealing for any image. Explore the demo here.

  • Rectangle annotation enhancement - The enhanced Rectangle Annotation feature in the Image Editor now includes support for adjusting the border radius, allowing users to create annotations with rounded or sharp corners. This enhancement provides greater flexibility in customizing the look of your annotations, adding a touch of style and refinement to your visual content. Explore the demo here.

ListBox

Bug Fixes

  • #I625107 - Issue with "Prevent the default sorting action for custom data from filtering updateData method" has been resolved.
  • #I628439 - Issue with "Dual listbox sample move function not working properly with disabled items" has been resolved.
  • #I904248 - Issue with "The removeItems method not working properly after drag and drop and specific the index value" has been resolved.

Maps

New Features

  • An animation transition will now occur when the data labels are first rendered.

Bug Fixes

  • #I493376 - The tooltip will now be displayed properly above the marker templates.

Mention

Features

  • The Mention provides options for individual items to be in either an enabled or disabled state for specific scenarios. Once an item is disabled, it cannot be selected as a value for the component. This is particularly useful for disabling options such as out-of-stock products or inactive account types. To configure the disabled item columns, use the 'fields.disabled' property. Please find the demo link here.

Bug Fixes

  • #I608248 - Mention popup value not updating in textbox when using mouse interaction has been resolved.

Message

Bug Fixes

  • The issue with "the close icon being misaligned when the content alignment was set to centre" has been resolved.

MultiColumn ComboBox

Bug Fixes

  • #I629122 - Now the issue with selection state not updated when grouping is enabled in the Multicolumn ComboBox has been resolved.

MultiSelect

Bug Fixes

  • #I451885 - Resolved the performance issue when multiselect component is rendered with large number of data.

PDF Viewer

Bug Fixes

  • #I626172 - Now, stamp annotation is saved properly when adding custom Data property.
  • #I631717 - Now, Free text author and comment characters are not changed when importing the exported annotation.
  • #I632150 - Now, the handwritten signature is properly selected after being added to the PDF viewer on a mobile device.
  • #I626892 - Now, the large document opens in standalone PDF Viewer.
  • #I632511 - Now, the fetch request is not sent if the URL is set to the document path on the Server-Backed PDF Viewer.
  • #I632378 - Now, copy paste is working with formfields when enableFormDesigner as false.
  • #I631207 - Now, the textmarkup annotations are ...
Read more

v27.1.48

18 Sep 10:43
Compare
Choose a tag to compare

DocumentEditor

Bug Fixes

  • #I626531 - Resolved the alignment issue column (spacing and width) in the page setup dialog box.
  • #I620813 - Resolved the script error issue when exporting the attached document.
  • #I618994 - Resolved the script error issue when copy pasting content for the given document.
  • #I620006 - Resolved the content overlapping issue when copy pasting external text.
  • #I625188, #I627428 - Resolved the multi column content copying issue.
  • #I624334 - Resolved the error when using text only option.
  • #I623974 - Resolved the line spacing issue after selecting text only in paste options.
  • #I618565 - Resolved the Issue appears while editing the track change document.

Uploader

Bug Fixes

  • #I627151 - Fixed an issue where the aria-label was not added to the delete button for the preloaded files.

v26.2.14

10 Sep 05:40
Compare
Choose a tag to compare

Chart

Bug Fixes

  • #F194171 - Now, the first and last points are rendered properly in the bar chart when using the category axis.

ComboBox

Bug Fixes

  • #FB60719 - The issue where the "Change Event Was Not Triggered When Removing Bound Value Using the Backspace Key" has been resolved.

DocumentEditor

Bug Fixes

  • #I626531 - Resolved the alignment issue column (spacing and width) in the page setup dialog box.
  • #I620813 - Resolved the script error issue when exporting the attached document.
  • #I618994 - Resolved the script error issue when copy pasting content for the given document.
  • #I620006 - Resolved the content overlapping issue when copy pasting external text.
  • #I625188, #I627428 - Resolved the multi column content copying issue.
  • #I624334 - Resolved the error when using text only option.
  • #I623974 - Resolved the line spacing issue after selecting text only in paste options.
  • #I618565 - Resolved the Issue appears while editing the track change document.

DropDownTree

Bug Fixes

  • #I622674 - The issue where, when multi selection is enabled, selected items were just appended into one string for the aria-label in the Dropdown Tree has been resolved.

GanttChart

Bug fixes

  • #I626561 - Separator size property in splitter settings not working properly issue has been fixed.
  • #I627377 - allowTaskbarOverlap property is not working properly with collapseAllParentTasks property enabled issue has been fixed.
  • #I519903 - Spinner showing endlessly with null value filtering issue has been fixed.

Grid

Bug fixes

  • #FB60596 - The issue with an extra border appearing on the last record during row drag-and-drop in the grid has been resolved.
  • #FB60521 - The issue with the search button being a different size from the other buttons has been resolved.
  • #I611432 - Additional request sent issue when checkbox column with field has been resolved.
  • #FB60567 - Cookies could not be sent with the request headers when using customAdaptor that extends the UrlAdaptor is resolved.
  • #F193989 - Resolved the issue where Vue3 is not correctly printing and exporting custom templates.
  • #I626077 - Resolved the issue where Batch edit through keyboard tab navigation is not working properly for numeric textbox template column.
  • #I902432 - Accessibility issue with the checkbox when focusing on the checkbox header initially has been resolved.
  • #FB60740 - Issue with initial grouping and sorting in the grid has been resolved.

ListView

Bug Fixes

  • #F194017 - The console issue while navigating within the nested ListView component has been resolved.

  • #I620913 - The issue with the ListView component's select event cancellation argument not functioning has been resolved.

PDF Viewer

Bug Fixes

  • #I621133 - The IsDocumentEdited API does not return true for documents with form fields.
  • #I620047 - Now, the text markup annotation rotation is correctly rendered after rotating the PDF pages.
  • #I625999 - Now, the free text annotation font size is updating properly.
  • #I620349 - Now, the FormFieldPropertiesChange event is triggered when adding or deleting the dropdown options.
  • #I622415 - Now, the able to copy text from the input box of the search dialog.
  • #I626450 - Now, no more console errors occur when focusing on the PDF Viewer.
  • #I626966 - The invalid behavior of font alignment and font color tools in the annotationToolbarItems has been resolved now.
  • #I626108 - The polygon annotation is now preserved properly when adding and rotating the pages.

PivotTable

Bug fixes

  • The width of pivot table column headers will now be updated properly when the pivot table width is specified in 'px'.

Schedule

Bug fixes

  • #I621521 - An issue where the tooltip shows the wrong end time value when the start and end of the appointment are the same has been fixed.

Tree Grid

Bug Fixes

  • #F60772 - Resolved the unwanted actionFailure event triggered when height and width were given in pixels.
  • #F60579 - Added an interface or type for the column template event handler.

Uploader

  • #I619977 - Fixed an issue where the ActionComplete event did not return file data properly.