Releases: syncfusion/ej2-angular-ui-components
Releases · syncfusion/ej2-angular-ui-components
v22.1.34
Common
New Features
- Provided the TypeScript 5 compatible support for the Angular components.
Carousel
New Features
#FB36950- Provided support to change slides using swipe or drag gestures, improving the usability and accessibility of the component on phones and tablets.- Provided indicator customization options, such as
default,dynamic,progressandfraction.
Chart
Bug Fixes
#I467459- The legend is now rendering properly when resizing the chart.#F182605- The multicolored line series chart is now rendering properly while usingisInversedin the primary Y-axis.#I467459- Now, the axis labels are rotating properly in the canvas mode.
New Features
#I461049- Provided support to display a zoom toolbar for the chart on initial load, which allows user to zoom in on the chart.#I439527- Provided support for a cross-shaped marker to the data points in the chart.#I283789- Provided support to position the chart title to the left, right, or bottom of the chart.#I286744- It is now possible to customize the axis scroll bar by changing its color and height, and disable zooming in the scrollbar.#I386094- Improved the axis label placement after line break.#I428708- Provided distinct markers shape for each series in the chart.#I404448- It is now possible to customize the Pareto axis and line in terms of marker, width, dash array, and color.
Breaking Changes
- To differentiate between marker shapes in the
ChartShapeenumeration, the existing Cross shape has been replaced with Plus, while a new enumeration, Cross, has been added for the cross shape.
Checkbox
Bug Fixes
#I399484- The issue with aria-checked accessibility issue in angular checkbox has been fixed.
Chip
New Features
#I422263- Provided the htmlAttributes support for the Chip component.
Circular Gauge
New Features
#I416334- The entire circular gauge, including the tooltip and legend, can now be rendered in the right-to-left (RTL) direction, which may be useful in some cultures.
ColorPicker
Bug Fixes
- Facing exception when mode switching from color palette to color picker has been resolved.
- Color picker value is not getting reset for transparent case.
DataManager
Features
#I361245- Provided support for persistence in DataManager. By setting, theenablePersistenceandidproperties in DataManager, you can store and retain actions such as sorting, filtering, grouping, and searching. Additionally, you can selectively exclude specific queries from persistence by setting a value for theignoreOnPersistproperty.
DatePicker
Features
- Added support for full screen calendar in mobile mode with landscape and portrait orientations. Enable the feature by setting fullScreenMode property to true.
DateRangePicker
Features
- Added support for full screen calendar in mobile mode with landscape and portrait orientations. Enable the feature by setting fullScreenMode property to true.
DateTimePicker
Features
- Added support for full screen calendar in mobile mode with landscape and portrait orientations. Enable the feature by setting fullScreenMode property to true.
Diagram
New Features
#F152758- Added tooltip support for ports.#I420267- Added tooltip support for symbols in the symbol palette.#I32153- Provided vertical orientation for mind maps.#I392082- Added functionality to load diagrams from EJ1 to EJ2.#I327078- Provided support to customize the expand and collapse icons.
Document Editor
New Features
#I397854,#I401771- Added support for editing alternate text for images.#I370306,#I438565- Added support for character spacing and scaling.#I273864,#I318326,#I325320,#I331615,#I339872,#F164047- Added support for linking to the previous header/footer.#I445060,#I468741- Added a property in theselectionChangedevent arguments to identify whether the user has completed their selection.
Drawings
Bug Fixes
#I464511– Now, the content of the free text annotation does not changes when we click outside of it.
DropDownButton
Bug Fixes
#I445638- Issue in DropDownButton Popup Alignment issue while settingenableRtlproperty as true has been resolved.
Excel Export
Bug Fixes
- Fixed the file corruption issue due to currency symbol in Grid to CSV export.
- Fixed the text with double quotes being rendered improperly in CSV export.
File Manager
Features
- Provided the
ShowItemCheckBoxesproperty to control the visibility of checkboxes.
Floating Action Button Preview
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.
- Rendering - The FAB component can be rendered as Icon only, Icon with Label, Label only, or in a disabled state.
- Positioning - Supports to place various built-in positions on the target element.
- Styles - The appearance of the FAB can be customized using predefined styles.
- Accessibility - The FAB provides built-in compliance with the
WAI-ARIAspecifications and it is achieved through attributes.
FormValidator
New Features
- Provided support for validating multiple date formats using a form validator.
- Provided support for placing validation messages outside the component for all Syncfusion Form Components.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Features
-#I43435 - Improved the user interface of taskbar resizing and moving actions in the Gantt Chart. Now, when users perform taskbar resizing or moving, a virtual element is displayed instead of updating the original taskbar element. This virtual element remains visible until the action is completed, providing users with a clear representation of the changes they are making. Please find the demo link here.
Breaking changes
- Connector lines have been changed from elements to SVG elements for UI improvement. This change has been made to enhance the user interface and provide a more visually appealing and flexible way of displaying connector lines.
Grid
Bug fixes
- Improved the checkbox selection functionality by integrating Grid observable binding and incorporating support for the virtual scrolling feature.
Features
#I451870- The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link here.#FB31707- Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link here.#FB6478,#FB5702- Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link here.#I451870- The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link here.#FB31707- Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link here.#FB6478,#FB5702- Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link here.
Heatmap
New Features
#I437878- ThecellDoubleClickevent is now available for use to initiate an event when a double click action is done over the HeatMap cells.#I438083- When the axis label exceeds the available region, it can be wrapped or trimmed using thetextOverflowproperty in the x-axis and y-axis.
Image Editor
Bug Fixes
- Issue with "GetImageData method returns low resolution data" has been resolved.
Features
- Provided support for path annotations allowing users to annotate specific paths or routes within a document or graphical representation.
- Provided support for arrow annotations allowing users to easily indicate direction or flow within their content.
- Provided quick access toolbar support which improve accessibility when working with shapes. It automatically appears when shapes are selected, providing convenient access to commonly used tools and options.
Breaking Changes
- Previously, the "ShapeChanging" event was triggered for both shape modifications and selection customizations. However, a new event called "SelectionChanging" has been introduced specifically for selection customizations.
Kanban
New Features
- Virtual Scrolling: This feature allows users to load data on demand when scrolling through columns for a smoother experience with large datasets.
ListBox
Bug Fixes
#F43705- Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
ListView
Bug Fixes
#I463091- Resolved the CSS override issue ofe-contentclass name with other components and changed thee-contentclass name intoe-list-container.
Maps
New Features
#I275734,#I293775- The appearance of the buttons and tooltips in the zoom toolbar can now be customized using properties in thebuttonSettingsand `tooltipSettin...
v21.2.10
Chart
Bug Fixes
#I451537- Spline is now proper for negative points without specify the range.
Circular Gauge
Bug fixes
#I469483- The annotation is no longer removed when the pointer tooltip in the Circular Gauge component is removed.
ComboBox
Bug Fixes
#I467673- The issue with "Selected value is read twice in the NVDA reader in the combobox component" has been resolved.
Document Editor
Bug Fixes
#I470779- Resolved the script error when inserting comments while restrict editing is enabled.#I467632- Resolved the Script error is thrown when opening a document after performing FindAllAsync.#I444469,#I467461- Resolved the Script error occurs when opening a document.#I467769- Print widow now closed properly after closing the parent window.
Drawings
Bug Fixes
#I464511– Now, the content of the free text annotation does not changes when we click outside of it.
DropDownList
Bug Fixes
I469452- Issue with "A console error is thrown when the datasource value field has a null value in the dropdown list" has been resolved.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I459187- Newly added record missed at the bottom in virtual scroll issue has been fixed.#I469401- Resource names gets duplicated in right label issue has been fixed.#I464184- Progress width not updated properly in split tasks issue has been fixed.#F182318- Progress width not updated properly in manual tasks after zooming action issue has been fixed.
Grid
Bug Fixes
#I469063- The script error that occurred while exporting a lazy load grouping Grid into Excel has been resolved.#I466214- The issue of the pager count not being properly updated when adding a new record to the Grid, especially when there are fewer records than the page size, has been successfully resolved.
Image Editor
Bug Fixes
- Issue with "Script error thrown while performing zooming in profile picture sample" has been resolved.
ListBox
Bug Fixes
#F43705- Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
Maps
Bug fixes
#I467601- When the zoom factor is set to its initial value, the position of the marker template will now be correct when the zoom-out button is clicked.#I467777- Tile images of the online maps will no longer be selected.
MultiSelect
Bug Fixes
#I467953- Issue with "Query construct incorrectly when preselect the value second time beyond the data source value" has been resolved.
Pdf Export
Bug Fixes
#I452302- Resolved the multiple PDF grid preservation issue.
PDF Viewer
Bug Fixes
#I464829- Now, we can select text in the comment panel using the mouse cursor.#I464868- Now, the default placeholder text is automatically selected when the comment text box for free text annotation is in focus.
Pivot Table
Bug fixes
- Member sorting using a static field list now works properly with the server-side engine.
RadioButton
Bug Fixes
#F182133- The issue with "Correcting Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
RichTextEditor
Bug Fixes
#I465794- Now, the bulleted list format is aligned properly when pasted from MS Word into the Rich Text Editor.#I468056- Now, the table quick toolbar popup position can be changed properly in the Rich Text Editor.#I467318- Now, pasting the content alone with the image from MS Word works properly in the Rich Text Editor.
Schedule
Bug fixes
#I464944- An issue with time indicator rendered in wrong position whenstartHourandendHourproperty applied has been fixed.
Tooltip
Bug Fixes
#I466814- The Tooltip alignment issue when hovering over the last element has been resolved.
v21.2.9
Chart
Bug Fixes
#F182216- Fixed the issue where the data label was hidden.#I464403- Fixed an issue where strip line text was getting cut off when it was too long.
ColorPicker
Bug Fixes
- Facing exception when mode switching from color palette to color picker has been resolved.
- Color picker value is not getting reset for transparent case.
Dashboard Layout
Bug Fixes
#F182339- Resolved the panel overlapping issue, when resize it after continuously performing drag and drop actions in Dashboard Layout component.
DataManager
Bug Fixes
#I469713- Resolved the issue where data was duplicated in the complex field when using an empty nested object.
Diagram
Bug Fixes
#I463138- Now, Scroll bar is updated properly without flickering while scrolling the diagram using touchpad.#I464508- The DOM Exception will no longer thrown while adding group node dynamically with multiple layers.
Document Editor
Bug Fixes
#I454822- Resolved the issue occurred when performing the pasting functionality.#I455887- Resolved the Editor height is increased issue when selecting or inserting text.#I461390- Resolved the Endnote/footnote number inconsistency.#F182256- Table cell border now applying properly.#I458144- Now, Docx exporting properly.#I464522- Resolved the issue in bookmark removal when deleting table.#I466742- Resolved the text selection issue while retrieving the selected text.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I467744- Provided support for virtual scroll in resource view multitask bar.#I464831- Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.#I461924- Bug Script Error throws while using Virtualization with Collapse All action.#I469496- Start date not updated properly for predecessor connected record issue has been fixed.#I465752- Timeline start date gets changed when we perform right resizing or progress resizing issue has been fixed.#I463593- True type font style is not updated in the footer.#I463666- Bug Milestones not rendering correctly in hierarchy issue has been fixed.#I463231- Selection is not maintained when we scroll issue has been fixed.#I462836- Taskbar not rendered properly when the dependency is connected to the bottom task issue has been fixed.#I464999- Expand or Collapse All causes improper view in virtual scrolling issue has been fixed.#I462469- Virtual scrolling breaks in deleting the last record issue has been fixed.#I464528- Outdent action does not work properly issue has been fixed.#I464592- Progress values are incorrect in parent task after performing drag drop issue has been fixed.
Grid
Bug Fixes
#I456364- Fixed the issue where editing was not working properly when virtual scroll was enabled and the primary key was a complex data.#I456281- Resolved the script error that was thrown when sorting a column after adding a new record in the grid with cache mode enabled.#I459037- Pasting issue with Grid has been resolved.#I469713- Resolved the issue where data was duplicated in the complex field when using an empty nested object.
ListView
Bug Fixes
#I466565- The console error in the nested ListView component sample has been resolved.
Menu
Bug Fixes
#I466216- The issue with "hideItems and enableItems method not working properly when we placed more than one menu component in single page" has been resolved.
PDF Viewer
Bug Fixes
#I464832- Now, we can able to edit the first comment of the text markup annotation.#I464832- Now, the words within the comments are split for readability.#I466770- Now, able to edit the free text annotation content programmatically and the content does not change while exporting.#I464992- Now, enabling the form designer toolbar programmatically activates the form designer mode.#I465319- Now, adding a free text annotation shows its content once in the comment panel.#I464819- Now, web service not listening does not occur when loading the provided PDF file.
Pivot Table
Bug fixes
#I464602- The overlay for the pivot table popups is now properly displayed.
RichTextEditor
Bug Fixes
#I458845- Now, entering any value at the end of the content in the Rich Text Editor works properly.
Schedule
Bug fixes
#I461489- An issue with the dragging appointment is flickering on the topmost region has been fixed.#I464535- Fixed an issue where the visible date header name in the Schedule did not match the aria-label name, leading to discrepancies in the accessibility checker.#I459642- An issue with Appointment end date is wrong inpopupOpenEventArgshas been fixed.
Splitter
Bug Fixes
#I463883- The issue of "updating the pane setting dynamically with the same value despite manually resizing the pane" has been resolved.
Spreadsheet
Bug Fixes
#I830604- Issue with "defined name address is not properly changed after inserting a row or column" has been resolved.
Tab
Bug Fixes
#I464872- Resolved the issue where the Home or End key interaction was not working properly if the first and last tabs were hidden or disabled.
Toolbar
Bug Fixes
#I461446,#I468087- An issue with toolbar items reorder issue when resize in extended and popup overflow mode has been fixed.
Tree Grid
Bug Fixes
#I464729,#I465729- Resolved issue where virtualization with scrolling caused records to repeat.#I464999- Fixed issue where white space was displayed while scrolling through nested records in virtualization.#I457827,#I182340,#I465331,#I465871- Fixed issue where 'No Records to display' message wasn't being displayed when using frozen columns withenableCollapseAllProperty.#I464520- Fixed an issue where clearing the search bar in EJ2 would result in a message saying "No records to display."#I459187- Fixed an issue where records were getting missed in the viewport when adding a new record in a specific position.
v21.2.8
AutoComplete
Bug Fixes
#I460876- Issue with "The header and footer template are not working" has been resolved.
Chart
Bug Fixes
#F181551- The tooltip now displays the percentage of each stacking group.#F182191- Now, tooltip values are displayed correctly when no data is given for the data point in a series.#I461357- Now, zooming and selection are working properly when using both at the same time.#I452148- The issue of the y-axis label overlap has been fixed.#I464813- Fixed MinorGridLine to be visible even when the width is not set for MajorTickLine.#I463171- Fixed issue where column width was not being set properly.#I462090- Fixed an issue where startFromAxis was not working correctly for stripLine.
ContextMenu
Bug Fixes
#I829933- The issue with "hideItems method of context menu not working properly for sub menu item" has been resolved.
DataManager
Bug Fixes
#I464294- Resolved the issue where the value zero is not displayed in the grid while using complex data binding.
Diagram
Bug Fixes
#I461020- The undefined Exception will No longer thrown while dragging Swimlane after performing undo/redo on swimlane child nodes.#I462780- Now, Nodes are updated properly while zoom out diagram in canvas mode.
Document Editor
Bug Fixes
#I454919- ShowComment API is now working properly.#FB43366- when track changes is enabled, chinese letters are now properly rendered.#I457517- Resolved script error occurred when removing the content.#I454821- Resolved the issue with document parsing in the Tika server.#I457688- Resolved the selected content removing issue.#I457853- Select all content is now removed properly.#I458134- Table is now rendered properly without overlapping issue.#I459215- Resolved Black color chart appearance while exporting as Docx.#I459220- Resolved the component hanging issue on loading a document.#I459229- Delete/backspace is now working for RTL last content.#I461305- Resolved the style issue while pasting content from office 365.#I453980- When opening the exported document with chart in Document Editor is not throwing an error.#I459906- Header/Footer class is now added while converting docx/SFDT into HTML.#F182457- Resolved the style issue while pasting content from office 365.
Excel Export
Bug Fixes
- Fixed the text with double quotes being rendered improperly in CSV export.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I461738- Updating custom column change the end date issue has been fixed#I461564- Editing cell followed by context menu does not work issue has been fixed#I461800- Console error while exporting pdf error has been fixed.#I464045- Parent dependency renders though we setallowParentDependencyas false issue has been fixed.#I462271- Taskbar not rendered when we use taskbar template issue has been fixed.#I460869- Issue in Resource view wont display resource name has been fixed#I461105- Baseline dates rendered incorrectly in withoutdayWorkingTimeissue has been fixed.- -
#I460869- Issue in Resource view wont display resource name has been fixed.
Grid
Bug Fixes
#I466214- Resolved the issue where the page size was not being increased when adding new records to the grid containing a pager dropdown.#I464294- Resolved the issue where the value zero is not displayed in the grid while using complex data binding.
HeatMap
Bug fixes
#F182203- The data points in the JSON data will now be properly mapped in the HeatMap using the cell adapter withmaximumandminimumproperties set in the x-axis.
ListBox
Bug Fixes
#I462373- Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
Pdf Export
Bug Fixes
#I452302- Resolved the PDF grid row preservation issue.
PDF Viewer
Bug Fixes
#464823- Now, able to edit the annotation comments when cursor is placed in the textbox.#464868- Now, when double-clicking the free text annotation comment, the comment is focused.#438900- Now, double tap zooming is working after signing the signature field.#438900- Now, double tap zooming is working on iOS devices even if annotation module is not injected.#467181- Now, the tab key is working when we add PDF Viewer and input elements in the same page.#467222- Now, thetriggerAnnotationPropChangeevent is not triggered multiple times when adding the free text annotation programmatically.#464511- Now, the content of the free text annotation does not changes when we click outside of it.#I463293- Now, the form fields are placed properly while zoom in or zoom out in mobile device.
Pivot Table
Bug fixes
- The grouping option in code-behind now works properly in the pivot table with server-side engine.
- The member editor popup will now display properly even if the pivot table contains invalid filter members.
Spreadsheet
Bug Fixes
#I460838- Issue with "an exception occurs during export when a sheet contains an online image" has been resolved.#I462789- Issue with "formula calculation is not updated properly when cells contain the decimal values" has been resolved.
TimePicker
Bug Fixes
#I461842- The performance issue with the Time picker, which was caused by the creation of the popup during component rendering has been resolved.
Tree Grid
Bug Fixes
#461200- Resolved After expanding parent record in virtualization enabled remote data, the child records were not updated properly.#I459187-Fixed an issue where the Records are missing on adding a record as child and below.#I462460,#I461924- Resolved Script Error throws while using Virtualization with Collapse All action.
TreeView
Bug fixes
#I457872- Resolved the issue where customized theme styles were not correctly applied for active node text of TreeView component.
v21.2.6
Accordion
Bug Fixes
#I461717- An issue with the accordion old templates is not cleared after the property change has been fixed.
Chart
Bug Fixes
#F182033- The marker is now proper while zooming the chart.
DataManager
Bug Fixes
#I456631- Resolved the issue where the search functionality was not working properly within brackets.
Diagram
Bug Fixes
#I464229- Now, Complex hierarchical tree layout is working fine while injecting line distribution.
Document Editor
Bug Fixes
#I449912- Resolved layout issue while opening document.#I450342- Resolved the wrong Font issue while opening a document.#I458331- Resolved the paragraph combine issue when insert and delete comment.#I458334- Cursor position issue is resolved when shift enter key is pressed.#I449581- Resolved the script error when loading the track changes document with author field empty#I452303- Layout issue is now not occurred when editing the document.#I452150- Resolved the hanging issue when opening the attached document.#I453495- Resolved the Overlapping issue when we do enter/page break before the shape.#I453196- Resolved the issue in when perform undo action for Arabic content#I454659- Resolved the issue occurred when performing track changes for Arabic content.#I449049- A performance issue is resolved when typing inside the table.
Excel Export
Bug Fixes
- Fixed the file corruption issue due to currency symbol in Grid to CSV export (MVC Platform).
File Manager
Bug fixes
#I458668- The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I461435- Adding and deleting record rapidly while displaying tooltip cause error has been fixed.#I461087- Offset value getting modified incorrectly issue has been fixed.#I461778- Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
Grid
Bug Fixes
#I458689- Resolved the issue where the bottom border was not shown when usingvirtualizationwith a limited number of records.#I456631- Resolved the issue where the search functionality was not working properly within brackets.#I458148-ResetOnRowClickresets only the checked rows in the current page while using remote data binding has been resolved.#I453406- Removed the deprecated attributecellspacingfrom the grid table and added the CSS propertyborder-spacinginstead.I#459037- Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.#I455549- Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.
Image Editor
Bug Fixes
- Issue with "Circle Selection after cropping" has been resolved.
ListBox
Bug Fixes
#I461307- Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
Maps
Bug fixes
#I457059- Marker template will now be properly clustered in the Maps component.
PDF Viewer
Bug Fixes
#I460490- Now, the signature style is saved when we save the typed signature option.#I460513- Now, the exception does not occur when downloading the provided PDF file.#I459487- Now, the script error does not occur when importing the values programmatically.#I461544- Now, scrolling the multiline textbox field works when we set it to read-only.#I462652- Now, the form field validation works properly for non-rendered pages.#I460704- Now, the script error does not occur when pressing the delete key.
Pivot Table
Bug Fixes
- The pivot table with server-side engine will now works properly.
ProgressButton
Bug Fixes
#I463462- Issue in ProgressButton, spinner is not loaded properly has been resolved.
RadioButton
Bug Fixes
#I463728- The issue with "Provide the boolean value support for radio button while using the v-model property in VUE platform" has been resolved.
raw
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
RichTextEditor
Bug Fixes
#I458845- Now, entering any value at the end of the content in the Rich Text Editor works properly.#I456729- Now, the table row delete works properly even after cell merging is done in the table in the Rich Text Editor.#I456729- Now, the multilevel lists are aligned properly when pasting the list content from MS Word into the Rich Text Editor.#I459516- Now, when using the backspace key in Rich Text Editor, the random spaces will not be removed.#I449973- Now, when inserting the Mention list into the Rich Text Editor using theTabkey, the mention character will no longer appear.
Schedule
Bug fixes
#I459507- An issue with the following events option not being displayed while editing the edited occurrence of the recurrence series has been fixed.
Splitter
Bug Fixes
#I451526- The issue with the "Pane resizing would not works properly" has been resolved.
Tab
Bug Fixes
#I459687- An issue with the "Drag and drop is not working in the tab after settingargs.cancelto true in thedragStartevent" has been fixed.
TimePicker
Bug Fixes
#SF-461465- Issue with "Time picker dropdown width not responsive to input and icon" has been resolved.
Tree Grid
Bug Fixes
#I459413- Fixed an issue where the expanded status in remote data was not updating correctly for nested child records.
TreeView
Bug fixes
#I459316- Now the nodeExpanding event triggers for addNodes method based on the value of preventExpand argument.#I450146- Provided the horizontal scroll support for the TreeView component in mobile mode.
Uploader
Bug Fixes
#I460888- Issue with "Console error occurs when deleting files after data load" has been resolved.
v21.2.5
Chart
Bug Fixes
#F181976- Now the tooltip is proper when using two axes in a chart.#I451537- Now, the axis label value is correct when an interval is not given.#I451537- Fixed an issue where the axis label was not displaying correctly.#I451537- Now, the secondary axis label will be correctly displayed without an interval.#I452395- Fixed an issue where the y-axis axis label was displaying double values.#I452390- Fixed the issue where the axis label was being trimmed despite the shift given to the edgeLabelPlacement.
Diagram
Bug Fixes
#I456104- Now, swimlane child nodes are selectable after save and load.
Document Editor
Bug Fixes
#I449912- Resolved layout issue while opening document.#I450342- Resolved the wrong Font issue while opening a document.#I458331- Resolved the paragraph combine issue when insert and delete comment.#I458334- Cursor position issue is resolved when shift enter key is pressed.#I449581- Resolved the script error when loading the track changes document with author field empty#I452303- Layout issue is now not occurred when editing the document.#I452150- Resolved the hanging issue when opening the attached document.#I453495- Resolved the Overlapping issue when we do enter/page break before the shape.#I453196- Resolved the issue in when perform undo action for Arabic content#I454659- Resolved the issue occurred when performing track changes for Arabic content.#I449049- A performance issue is resolved when typing inside the table.
File Manager
Bug fixes
#I458668- The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I461778- Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed#I181309- splitter position not updating after resize issue has been fixed.#I449506- Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.#I457803- Offset value is not correctly updated while connecting predecessor issue has been fixed.#I449944- Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
Grid
Bug Fixes
#I459274- The issue regarding theAllpage size is not working properly with theRemoteSaveAdaptorhas been resolved.#I459703- Pager component's tooltip not getting updated on locale change issue has been fixed.#F181837- The problem related to copy-pasting when adding a new record has been resolved.#I452083- The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.#FB43372-The Content Security Policy violation issue related to grid paging and grouping has been resolved.#I460038- Resolved the issue where the detail template being rendered with bold and centred formatting.
Image Editor
Bug Fixes
- Issue with "Blinking while resizing selection in mobile mode" has been resolved.
ListBox
Bug Fixes
#I461307- Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
Maps
Bug fixes
#I457059- Marker template will now be properly clustered in the Maps component.
PDF Viewer
Bug Fixes
#I460490- Now, the signature style is saved when we save the typed signature option.#I460513- Now, the exception does not occur when downloading the provided PDF file.#I459487- Now, the script error does not occur when importing the values programmatically.#I461544- Now, scrolling the multiline textbox field works when we set it to read-only.#I462652- Now, the form field validation works properly for non-rendered pages.#I460704- Now, the script error does not occur when pressing the delete key.
Pivot Table
Bug Fixes
- Drill down/up will now work properly for headers with comma in an OLAP data source.
ProgressButton
Bug Fixes
#I463462- Issue in ProgressButton, spinner is not loaded properly has been resolved.
RadioButton
Bug Fixes
#F182133- The issue with "Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
RichTextEditor
Bug Fixes
#I420916- Now, RichTextEditor is in RTL mode, the direction of the toolbar items has changed properly.
Schedule
Bug fixes
#I459154- An issue with Schedule performance while rendering large set all-day appointments in vertical views has been fixed.
Tab
Bug Fixes
#I459687- An issue with the "Drag and drop is not working in the tab after settingargs.cancelto true in thedragStartevent" has been fixed.
Tree Grid
Bug Fixes
#I826966- Fixed a bug where records were getting missed when adding a record at the bottom of the virtualization enabled sample.#I454734- Resolved filtering is not working properly when using remote data with hierarchy mode as "Both".
TreeView
Bug fixes
#I459316- Now the nodeExpanding event triggers for addNodes method based on the value of preventExpand argument.#I450146- Provided the horizontal scroll support for the TreeView component in mobile mode.
v21.2.4
Chart
Bug Fixes
#I457088- Fixed the console error thrown on clicking on the legend.#I459170- Now the accumulation data label is visible when using a template.
Checkbox
Bug Fixes
#I445000- The issue with "Triggered the change event for the checkbox while changing the checked property value programmatically" has been resolved..
ContextMenu
Bug Fixes
#I461864- The issue with "Error is not handled gracefully in context menu enableItems method" has been resolved.
New Features
#I458989- Provided the new parameter target tobeforeOpenevent argument of context menu component.
DataManager
Bug Fixes
#F180240- Provided support to render and perform Grid data actions without usingContractResolverinASP.NET Core.
DatePicker
Bug Fixes
#SF-459727- Issue with "unable to prevent the datepicker popup from closing in mobile mode" has been resolved.
Diagram
Bug Fixes
#I456288- Now, scroller updated properly when we move nodes outside viewport.#I458205- Now, bezier connector annotation alignment is working properly.#I456037- Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
Document Editor
Bug Fixes
#I451421- Resolved the issue with list indentation.#I450834- Resolved the Script issue while opening SFDT.#I452243- Resolved the issue with modifying the style in existing styles.#I449324- Resolved the issue occurred while exporting the document in the .docx format.
DropDownButton
Bug Fixes
#I445638- Issue in DropDownButton Popup Alignment issue while settingenableRtlproperty as true has been resolved.
Excel Export
Bug Fixes
- Fixed the file corruption issue due to currency symbol in Grid to CSV export.
File Manager
Bug fixes
#I439193- The data disappears in the DetailsView when dynamically setting columns in the File Manager component has been resolved.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I457032- Task label not rendered properly when we render as template issue has been fixed.#I457212- Timeline renders different inFirefoxandChromeissue has been fixed.#I456146- Console error occur while changing task field after removing toolbar issue has been fixed.#F181579- Style not reflected on the notes column when we perform dialog edit issue has been fixed.#I456453-CSS classis not updated while changing it throughupdateRecordbyIdmethod issue has been fixed.
Grid
Bug Fixes
#F169671- Now, theExcelQueryCellInfoevent is called properly in both parent and child grids.#I441999- Ensured that therecordDoubleClickevent is now properly triggered on iPad devices as well.#F181654- Fixed issue where the react state value was being updated incorrectly with Grid templates.#I451314- Provided support for exporting to PDF with custom data sources.#I457476- Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
Heatmap
Bug fixes
#I456795- The extra text element in the HeatMap component's DOM has now been properly removed.
Image Editor
Bug Fixes
- Issue with "Flaggable Enum not working properly in ASPCORE" has been resolved.
ListBox
Bug Fixes
#I453746- Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.#I461307- Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
Maps
Bug fixes
#F181587- The click event will now be properly triggered in the button element in the tooltip template.
Menu
Bug Fixes
#I455183- The issue with "Script error thrown while usinghideMenuItemsmethod in menu component" has been resolved.
NumericTextBox
Bug Fixes
#F181652- The issue of "ng model value not being updated properly when we use min and max value" has been resolved.#I455470- The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
PDF Viewer
Bug Fixes
#I456051- Now, the stamp annotations are displayed correctly in the provided document.#I460513- Now, the exception does not occur when downloading the provided PDF file.#I452436- Now, the radio button and checkbox are added properly.#I403367- Now, underlining and text selection are working properly in the provided document.#I456864- Now, the download performance has been enhanced when downloading the provided document.#I458313- Now, the add annotation API working fine when the annotation object is given as input.
New Features
#I426363,F180068– Provided support for value property in the radio button and checkbox field,
Pivot Table
Bug fixes
#I455857- When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
QueryBuilder
Bug Fixes
#I460895- Issue with Query builder template not render in Vue3 platform has been fixed.
Radio-button
Bug Fixes
#I454012- The issue with "Triggered the change event for the Radio-button while changing the checked property value programmatically" has been resolved.
RichTextEditor
Bug Fixes
#I439501- Now, when pasting the list content from MS Word, the roman number list formats are aligned properly.#I456849- Now, when the image is loaded from the Rich Text Editor value the resizing works properly.
Schedule
Bug fixes
#I457705- An issue with appointment not dropped on target cell when start and end time is same has been fixed.#I457928- An issue with the appointment misalignment has been fixed.
Spreadsheet
Bug Fixes
#I451996- Issue with "automatic scrolling is not working as expected when selecting a cell range outside of the display area with the mouse" has been resolved.#F181548- Issue with "border and cell values are not properly updated when hiding and unhiding the merge applied columns" has been resolved.
Switch
Bug Fixes
#I456259- provided theroleattribute support tohtmlAttributesproperty of switch component.
Tab
Bug Fixes
#I458102- An issue where the tab header did not update with dynamic data when the tab directives were rendered as HTML elements has been fixed.
Toolbar
Bug Fixes
#I455137- An issue with Horizontal scroll is not destroyed in RTL mode has been fixed.
Tooltip
Bug Fixes
#I446416- The performance issue in ListView while integrating Tooltip has been resolved.
Tree Grid
Bug Fixes
#I181658- Fixed the issue where a script error was thrown when moving a dropdown option with key input (Arrow Keys) in edit template.
v21.2.3
Chart
Bug Fixes
#I452421- Fixed an issue where a dotted line was showing up for line charts while exporting through PhantomJS.#I451960- Resolved an issue where the datalabel border was getting added while exporting using PhantomJS.#I452091- Resolved an issue where line charts were not being rendered while exporting using PhantomJS.#I455206- Fixed an issue where the DataLabel was not visible despite there being enough space to display it.#I452148-MultipleRowsin labelIntersectAction property is now working properly.#I456533- Fixed an issue where the tick line was visible even if there was no axis label for it.#F181431- Fixed the issue where chart width was not changing on print.
New Features
#I451521- Provided support for dashArray in series border for Pie chart.#I360879- Provided support to disable marker explode in shared tooltip.
Checkbox
Bug Fixes
#I445000- The issue with "Triggered the change event for the checkbox while changing the checked property value programmatically" has been resolved..
Diagram
Bug Fixes
#I451762- Now, the flip mode port is working for all nodes.#I449574- Now, the performance of the diagram is improved while rendering large number of nodes and connectors.#I454253- Now, fill color for bpmn transaction subprocess is applied properly.#I455551- Now, history change event does not get triggered while clicking swimlane header for second time.
Document Editor
Bug Fixes
#SF-446881- Using getFormFieldNames() methods, now form fields are retrieved in order.#F181200- Resolved Script error thrown when attempting to delete a checkbox form field.#SF-448155- Resolved the position issue while resizing table.#FB42313- Resolved Table Merge Cell & Insert Column bug.#SF-449967- Resolved the problem with the loading of the document.
DropDownButton
Bug Fixes
#I445638- Issue in DropDownButton Popup Alignment issue while settingenableRtlproperty as true has been resolved.
File Manager
Bug fixes
#I439193- The data disappears in the DetailsView when dynamically setting columns in the File Manager component has been resolved.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I441205- Two spinner appears while performing action issue has been fixed.- -
#I451257- No proper template for manual milestone parent. #I443041- Gantt react performance rendering issue during initial load has been fixed.
Grid
Bug Fixes
#I432845- Fixed the issue whereLazylaodgrouping with aggregates was not exported properly in Angular and React platforms.#F181415- Fixed the issue where the typing forfilterbeforeopenevent ofFilterMenuwas not set properly.#I450047- Performance degradation on infinite scrolling with column templates has been fixed.#I455291- The issue of being unable to edit a newly added row when the dataSource is empty and infinite scrolling is enabled has been resolved.
Image Editor
Bug Fixes
- Issue with "Flaggable Enum not working properly in ASPCORE" has been resolved.
ListBox
Bug Fixes
#I453746- Issue with "selectItems doesn't remove the existing selections in the listbox" has been resolved.
Menu
Bug Fixes
#I455183- The issue with "Script error thrown while usinghideMenuItemsmethod in menu component" has been resolved.
NumericTextBox
Bug Fixes
#F181652- The issue of "ng model value not being updated properly when we use min and max value" has been resolved.#I455470- The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
PDF Viewer
Bug Fixes
#F181471- Now, deleted comment value will not appeared while importing the exported XFDF/JSON annotation data.#I453496- Now, whenenableAnnotationis set to false, the script error does not happen while scrolling the document.#I452488- Now, large files are loaded through the document file path.#F181447- Now, the free text annotation content is changed properly while resizing.
Pivot Table
Bug fixes
#I453038- Drill operations now work properly while adding attribute hierarchy to the pivot table.
New features
#I398184- Based on export properties, the pivot table will now export automatically utilizing engine export option support while using for toolbar options.#I442424- The field list UI now supports setting the default sort order via theloadevent.#I436727- While the data source is empty, the field list UI has been rendered with an empty layout.
Radio-button
Bug Fixes
#I454012- The issue with "Triggered the change event for the Radio-button while changing the checked property value programmatically" has been resolved.
Spreadsheet
Bug Fixes
#I451996- Issue with "automatic scrolling is not working as expected when selecting a cell range outside of the display area with the mouse" has been resolved.#F181548- Issue with "border and cell values are not properly updated when hiding and unhiding the merge applied columns" has been resolved.
Switch
Bug Fixes
#I456259- provided theroleattribute support tohtmlAttributesproperty of switch component.
Tab
Bug fixes
#I453949- An issue with the tab old templates is not cleared after the property change has been fixed.
Toolbar
Bug Fixes
#I455137- An issue with Horizontal scroll is not destroyed in RTL mode has been fixed.
Tooltip
Bug Fixes
#I446416- The performance issue in ListView while integrating Tooltip has been resolved.
Tree Grid
Bug Fixes
#I440455,#F180980- Resolved the issue where the data source was not being rendered in the row template sample.
v21.1.41
Common
Bug Fixes
#I454892- The issue with theng-templatenot working properly has been resolved.#I444984- Resolved the script error while rendering Rich text editor component in theNgbModel.
Chart
Bug Fixes
#I451521- Now, the border is proper in the funnel and pyramid series.#I453698- Cross shape marker now displays correctly in Scatter Series.#I439673- TheenableTextWrapproperty of the tooltip is now working properly in the pie chart.#I452390- Fixed the issue where the axis label was not properly visible.#I447639- Tooltip format now displays properly when using the axis label format.#I453698- The legend shape now reflects the marker shape in scatter series.
DatePicker
Bug Fixes
#453318- Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component."
Document Editor
Bug Fixes
#SF-447180- Resolved Allow row to break across pages issue.#SF-439301- Resolved Textbox and picture is not preserved properly in Header.#SF-442538- Resolved the script error while updating table of contents.#SF-447249- Resolved issue in default character format.#SF-447180- Resolved Layouting issue while opening the document.#SF-447117- Resolved the issue with the replacement of the incorrect word.#SF-444154- Resolved the text is not preserved while drag and drop.#SF-452497- Resolved the script error while pasting images with text content.
Dropdown Tree
Bug Fixes
#I451965- While performing filtering multiple times, the checked node state is cleared in the Dropdown Tree component has been resolved.
DropDownButton
Bug Fixes
#I445638- Issue in DropDownButton Popup Alignment issue while settingenableRtlproperty as true has been resolved.
File Manager
Bug fixes
#I445512- The issue with thefileSelectionandfileSelectevents argument in the File Manager component large icon view has been resolved.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I453787- Duration not calculated properly in hour duration unit issue has been fixed.#I453745- Modified records inactionBeginevent has invalid records issue has been fixed.#I449552- Child record rendered in incorrect dates during initial load issue has been fixed.- -
#I452233- Parent Taskbar template not working properly in latest version. - -
#I449864- Holiday label is not visible when we don't set height. - -
#I449674- Cannot split task when the taskbar is rendered to one day. #I449757- Taskbar width rendered incorrectly issue has been fixed.
Heatmap
Bug Fixes
#I452356- When the x-axis labels are trimmed and rotated, the HeatMap cell area now renders properly.
ListBox
Bug Fixes
#F181311- Issue with "Scrolling is not working while drag and drop the list box with item Template in angular platform" has been resolved.
ListView
Bug Fixes
#I447633- An issue with the primary button styles of the e-icons in the ListView component has been resolved.
Maps
Bug fixes
#I441762- The position of the data labels will now be proper when thegeometryTypeis set as Normal.
MultiSelect
Bug Fixes
I451885- The issue of being "unable to clear the value when 1000 data is bound to the multiselect component" has been resolved.I451655- Issue with "Script error thrown when type text before open the popup using slow 3G" has been resolved.
PDF Viewer
Bug Fixes
#F181315- Now, thecommentEditevent is triggered when editing free text annotations.#I452575- Now,clearFormFieldsAPI deletes the signature content only and preserves form field.#I449909- Now, the image in the provided document is rendered properly.
Pivot Table
Bug fixes
#I454110- Pivot Table now works properly when conditional formatting is applied without a measure.
RichTextEditor
Bug Fixes
#I450341- Now, whenenableXhtmlis enabled in Rich Text Editor thecontentEditableattribute is not removed from theMentionelement.
Schedule
Bug fixes
#I449384- An issue with the numeric textbox inside theeditorTemplatehas been fixed.#I454841,#I455215- An issue with the appointment subject, quick info popup subject, and description values doesn't show in HTML format has been fixed.
Spinner
Bug Fixes
#I448112- Now, able to change the Spinner template dynamically.I449008- Now, Spinner actions on parent element not affecting the child element spinner.
Spreadsheet
Bug Fixes
#I451102- Issue with "chart label displays wrong percentage values when inserting a chart with percentage values" has been resolved.#I452434- Issue with "hyphen symbol converts intoNaNwhen typing hyphen alone and saving the cell" has been resolved.
Tooltip
Bug Fixes
#I448669- The issue in Tooltip component while hovering the previous selected item has been resolved.
v21.1.39
Common
Bug Fixes
#I444984- Resolved Form base componentsSetandResetnot working properly.#F180294- Improved the component rendering delay in thengAfterViewInithook.
Chart
Bug Fixes
#I451537- Now, the column chart rectangle is properly rendering for OnTicks.#I452148- The chart now renders correctly even when the x value is set to an empty string in the data source.
DataManager
Bug Fixes
#I440048- Data not bound when usingODataV4 Adaptorwith version 4.01 protocol has been fixed.
DatePicker
Bug Fixes
#SF-446512- Issue with "The mask placeholder not shown while bind with null value in ng-model" has been resolved.#SF-447843- Issue with "after the form is reset, mask placeholder is not shown in the UI" has been resolved.#I450686- Resolved issue with "Script error thrown in datepicker when we render inside the schedule component".#FB41541- Resolved the issue where the change event was not triggering on the initial time when binding the component with strict mode.
DateTimePicker
Bug Fixes
#FB41541- Resolved the issue where the change event was not triggering on the initial time when binding the component with strict mode.
Diagram
Bug Fixes
#I448343- Now, position change event completed state is fired properly.#I446954- Now, the segment does not get dragged when there is no thumb in it.
Document Editor
Bug Fixes
#SF-442240- Resolved the space issue while opening document.#SF-446434- Resolved the border rendering issue in first page.#SF-442538- Resolved the list number issue when updating table of contents.#SF-443314- Resolved the script errors while delete the content with track changes enabled.#SF-444283- Resolved the script error while loading mail merged document.#SF-448042- Resolved the Blank page created while printing with A5 paper.#SF-441437- Resolved the dropdown form field items expanding issue.#SF-434487- Improved the cache logic in spell check for text with special character.
New Features
#SF-438580- Added support for the eventbeforeAcceptRejectChangesto prevent accepting or rejecting tracked changes.
Dropdown Tree
Bug Fixes
#I450984- Resolved issue, when manually select the all items thenSelectAllstate not updated for the Dropdown Tree component.
Gantt
Bug Fixes
F159354- Issue in locale text of predecessor tooltip has been fixed.
Gantt Chart
Bug Fixes
#I451243- Unable to set zooming levels throughzoomingLevelsproperty issue has been fixed.#I447704- Timeline tier is not changing dynamically issue has been fixed.I447465- Incorrect progress value on parent task when child tasks have fractional duration issue has been fixed.- -
I447475- End key is not working properly issue has been fixed. - -
#I447772- Application freezing while changing holidays/weekend issue has been fixed.
Grid
Bug Fixes
#I443674- Resolved the issue where the currency format was incorrect with grid excel export.#F175708- Fixed the issue where the change event of the textbox component was not triggered when pressing the tab key on batch edit.#I432022- Resolved the issue where the grid was being re rendered while updating state due to the use of function type property.#I447288- The issue of virtual scrolling not functioning correctly when rendering the Grid at the bottom of the page has been resolved.
Image Editor
Bug Fixes
- Issue with "Shape changing event not triggered while inserting crop selection" has been resolved.
Kanban
Bug Fixes
#F181441 - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban.
ListBox
Bug Fixes
#F181131- Issue with "No Record Found text disappears while hovering the drag item on list box without drop" has been resolved.#F181311- Issue with "Scrolling is not working while drag and drop the list box with item Template" has been resolved.
ListView
Bug Fixes
#I447633- An issue with the primary button styles of the e-icons in the ListView component has been resolved.#I452079- Resolved detached elements memory leak issue in the ListView component.
Maps
Bug Fixes
#I425592- The marker rendered in the custom map can now be dragged and dropped in the desired location based on the requirement.
Menu
Bug Fixes
#I445794- The issue with "Context Menu keyboard navigation is not working in scrollable page" has been resolved.#I446612- The issue with "Attributes are not updated properly while directly appending the menu item" has been resolved.
PDF Viewer
Bug Fixes
#F181069- Now, the fill color of the free text annotation is preserved properly on XFDF import.#F181073- Now, we can able to delete and set status of annotations last comment.#I446702- Now, the zooming operations for documents with mixed page orientations function correctly.#F181068- Now, the free text annotation is resized properly if a large content is added to the comment panel.
New Features
#I448261– Exposed the API to load the number of pages on initial loading.
Pivot Table
Bug fixes
#I450857- When virtualization is enabled, the Pivot Table with OLAP data now exports to an Excel document properly.
Range Slider
Bug Fixes
#I441327- The issue with changing event for the first change action in the Slider has been resolved.
Schedule
Bug fixes
#I425939- Schedule virtual scrolling appointment rendering performance improved.#F181250- Schedule layout rendering performance improved withtimezoneproperty.
Tab
Bug Fixes
#I434078- An issue with the "icon for the Tab popup mode in mobile mode" has been fixed.#I451561- An issue with the "When the same selected tab is re-selected, the tab selecting event is triggered again" has been fixed.
Tree Grid
Bug Fixes
#I407372,#I449067,#I424805- Fixed console error when dragging and dropping a record and then pressing the tab key.#I441661- Fixed incorrect checkbox selection update after selecting a record and collapsing in checkboxOnly mode.#I449191- Fixed incorrect cell index selection in the getSelectedRowCellIndexes method when collapsing a record.#I442710- Resolved issue of row dropping at the bottom segment (with the last record) not working properly.#I444506- Resolved issue of last row border not being added when reordering a row to the last index.
Uploader
Bug Fixes
#I436425- The issue of 'Uploader Id being duplicated only when the uploader is rendered inside a form element' has been resolved.