The AutoComplete control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
Chart
Bug Fixes
#F67379 - Now the opacity updates properly on the data point after the tooltip fades out.
ComboBox
Features
The ComboBox control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
Diagram
Bug Fixes
#I952617 - Connectors in the layout will now render with the correct appearance when a specific type is explicitly defined in the getConnectorDefaults function.
#F196439 - Independent nodes in complex hierarchical trees will now render without overlapping other nodes.
#I700206 - Now connectors will not overlap nodes of varying size in layout.
#I713490 - Now the nodes will have property defined in getNodeDefaults on performing undo and redo.
DocumentEditor
Bug Fixes
#I709841,#I722525 - Improved editing performance when spell check is enabled.
#I716525 - Fixed performance issues related to bookmark manipulation during editing operations.
#I715428 - Resolved a script error that occurred when loading SFDT without injecting the editor module.
#I716353 - Fixed an issue where table cell content was clipped when zooming out.
#I709838 - Resolved a script error that occurred when exporting after performing a delete operation with track changes enabled.
Features
#I682661 - Added support for removing editing region in the current selection position.
#I706446 - Added support for retrieving fields within the selected range.
#I712473 - Added screen reader support in Document Editor.
DropdownList
Features
The DropdownList control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
DropDownTree
Bug Fixes
#I711933 - Resolved the issue where the dropdown popup did not open on the first touch interaction on iPad devices.
GanttChart
Bug fixes
#I196662 - Fixed an issue where the rowSelected event returned an incorrect target argument when the TaskName column was focused.
#I709648 - Fixed incorrect actionComplete event firing when args.cancel was set to true in actionBegin for beforeSave, and when no actual changes occurred during cell editing.
Feature
#I489078, #I647637 - Introduced the showWeekend property to enhance Gantt timeline clarity. When showWeekend set to false, weekend cells are excluded from both the timeline and PDF export, allowing users to focus on working days and task-relevant timelines. This feature can be explored in the updated interactive demo.
Grid
Bug Fixes
#I715931 - The issue with filtering a hidden column while using column virtualization through the filterByColumn method has been fixed.
#I713440 – The issue where an incorrect group query was added while filtering a ForeignKey column in the Grid using the ODataV4Adaptor has been resolved.
#I707868 - Resolved an issue where persistence was not retained correctly when using setCulture.
#I710510 - Provided support for row expand and collapse functionality, and resolved the alignment issue of group caption aggregates in server side Excel export.
Image Editor
Features
The Image Editor component now supports image smoothing through the new imageSmoothingEnabled property. This property allows users to enable or disable the smoothing effect applied to high-resolution images during rendering. When enabled, it improves visual clarity by reducing pixelation with high-quality smoothing. This enhancement ensures sharper image rendering, especially when working with detailed images.
Mention
Features
The Mention control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
MultiSelect
Features
The MultiSelect control now offers delay support for filtering, allowing you to set a delay (in milliseconds) to optimize performance. This functionality is implemented using the [debounceDelay] property, which helps reduce the frequency of filtering operations as you type, resulting in a smoother user experience.
PDF Viewer
Bug Fixes
#I717333 - Fixed an issue where the draw and type signatures were missing in the downloaded document for non-rendered pages when updating it using the updateFormFieldsValue method.
#I717767 - Resolved an issue where tile rendered documents appeared blurry at minimum zoom levels in server rendering mode.
#I643817 - Resolved an issue where calibration was not functioning correctly for measurement annotations.
#I715531 - Resolved an issue where hyperlinks were not rendered when enableTileRendering was set to true.
#I715989 - Resolved an issue where the rectangle annotation was not properly added when the cursor was quickly moved outside the page during drawing.
#I714312 , #I712195 - Improved loading and interaction performance when opening documents containing a more number of form fields.
Pivot Table
Bug Fixes
#I720626 - Column header refresh is now restricted during the initial load when the grouping bar is enabled.
Features
#I665325 - Event support has been provided for identifying invalid formulas prior to creating the calculated field.
Schedule
Bug Fixes
#F715433 - The issue with assigning a direct date time value to the StartDate property of recurrence editor
F67156 - The issue where clearing the start and end dates and then selecting the All Day checkbox caused a console error in the Schedule popup has been resolved. .
Spreadsheet
Bug fixes
#I717301 - Issue with “auto-fill is not working in finite mode with limited rows and columns” has been resolved.
Toolbar
Bug Fixes
#I719724 - The issue with toolbar items being incorrectly ordered when overflowMode is set to Extended mode has been resolved.
TreeView
Features
#FB66483 - Improved the performance of the drag and drop operation in the TreeView when using large set of data.