v26.1.38
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 defineajaxSettings
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
#I587460
- Console error throws when assigning predecessor to an unscheduled task issue has been fixed.#I594645
- Cannot edit cell after validation rule is applied issue has been fixed.#I598329
- Cancel inactionBegin
event argument doesn't cancel taskbar and dialog edit action issue been fixed.#I594908
,#I594882
,#I592404
- Incorrect validation of resource, work and duration utilization while mappingtaskType
issues has been fixed.#I594878
- When adding a record via dialog, if thestartDate
is set to a Friday, theendDate
and duration become empty issue has been fixed.#I585587
- Filter pop up misalign in column menu filter issue has been fixed.#I590307
- The issue about the "Add" and "Delete" buttons in the dependency tab were not being disabled when unnecessary has been fixed.#I594645
- Date validation not working properly when taskbar is moved issue has been fixed.#I592824
- Event markers height not updated properly issue has been fixed.
Grid
Bug fixes
#I587156
- Resolved the issue whereenableVirtualization
grid becomes blank when sorting after scroll to bottom of grid.#I589142
- Resolved the issue where first selected record only deleted inenableVirtualization
grid.#F188307
- Resolved the issue While adding the new record withpageSizes
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 withAdaptiveUI
.#I586042
- The issue with support foron-demand
in Excel and checkbox filtering for Adaptive UI has been resolved.#I594278
- Resolved the issue with persist selection not working properly when usingRowDragandDrop
with remote data.#FB57053
- Resolved the issue withenableQueryString
inpageSettings
.#I590873
- Implemented tab key navigation functionality with the command column.
Image Editor
Features
-
Annotation enhancement
- The latest update to our Image Editor significantly improves the annotation feature. Users can now draw multiple annotations simultaneously, enhancing creative flexibility. Furthermore, every action, including customizations, will be tracked in the undo/redo collection, ensuring a seamless user experience and making it easier to experiment with different designs. Explore the demo here. -
Z-order support
- We are excited to introduce z-order support in the Image Editor. It's a powerful tool that allows users to adjust the positioning of annotations. This feature is particularly useful for designing personalized templates like greeting cards or posters, where managing the layering of multiple annotations is crucial for a polished final product.Types of z-order adjustments
:Sent Backward
: Switch the selected annotation with the annotation one layer behind it.Send to Back
: Move the selected annotation to behind all other annotations.Bring to Front
: Move the selected annotation to ahead of all other annotations.Bring forward
: Switch the selected annotation with the annotation one layer ahead of it.
-
Save support enhancement
- Users can now save an image with a specified file name, file type, and image quality. This enhancement provides more control over the output, ensuring that users can save their work exactly as they need it.
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 withEditContent
restrictions.#I590035
- Now, the handwritten signature is exported properly when theisSignatureEditable
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.
PivotTable
Bug fixes
#I581048
- We can now customize the headers before sending service requests when using a server-side pivot table.
Query Builder
Features
-
Drag-and-drop support
- The Query Builder component now includes a drag-and-drop feature, allowing users to reposition rules or groups within the component effortlessly. This enhancement provides a more intuitive and flexible way to construct and modify queries. Explore the demo here. -
Separate connector support
- The separate connector feature in the Query Builder component enables users to integrate standalone connectors between rules or groups within the same group. This allows for greater flexibility, as users can connect rules or groups using different connectors, enhancing the complexity and precision of query construction. Explore the demo here.
Ribbon
Bug Fixes
#I593640
- Now the script issue raised while disabling the last tab of the ribbon has been resolved.
TreeView
Bug fixes
#I596651
- Resolved the fluent 2 theme spacing issue with the checkbox in the TreeView component.