Accumulation chart
Bug Fixes
#153764
- The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
Chart
Bug Fixes
#273192
- Trendlines are placed behind the series issue has been fixed.
DatePicker
Bug Fixes
#275716
- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
Document Editor
Bug Fixes
#275993
,#277160
- Button actions in comments and restrict editing pane will not trigger the form submit events now.#276810
- Table alignment property is now export properly.#277452
- Contents in table is now print properly.#273870
- Bookmarks API will not retrieve bookmark when selection is at end of bookmark.#273913
- Enable/Disable item by index in toolbar is now working properly.#276399
- After copy and paste table, table is now exported properly.
New Features
#272634
- Added API to get hidden bookmark.
Dropdown Tree
Bug Fixes
#274351
- The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
Excel Export
Bug Fixes
- Fixed currency format thousand separator missing issue.
File Manager
Bug Fixes
- Resolved the script error thrown from the File Manager component when resizing the window.
Gantt
Breaking Changes
- Now the resource value in the
taskData
is always array of objects type and it is irrespective of resource value type in data source.
Bug Fixes
F154261
,#276047
- Issue while adding new record with empty data on load time gets resolved.#39566
- Issue when remove event markers dynamically has been resolved.#274206
- Issue in updating resource column gets resolved.
New Features
#273107
- Provided support to render task type on load time.
Grid
Bug Fixes
#275858
- Border misalignment issue withfrozen
columns in batch editing has been fixed.#275150
- Grid withfrozen
columns and row height is not set properly issue has been fixed.#275631
- Grid withfrozen
columns and cell editing is not working properly issue has been fixed.#152895, #271656, #273560
- Grouped Headers are not rendered properly in pdf document issue has been resolved.#270479
- Script error while usingisFrozen
property in batch editing has been fixed.#275867
- Misalignment while editing the cell with frozen columns has been fixed.
In-place Editor
Bug Fixes
#273057
- Resolved theEnableHtmlSanitizer
property is not working properly for In-place Editor value.
ListBox
Bug Fixes
- Move to and move from throws script error when listbox rendered with item template issue fixed.
New Features
- Provided Placeholder support to filterbar in listbox.
ListView
Bug Fixes
- #152966 - The issue with
The console error thrown when enabling the htmlSanitizer in the ListView
has been resolved.
MultiSelect
Bug Fixes
#273796
- Now, filtering works properly when paste the value in the input element.
Pdf Export
Bug Fixes
- Rendering issue with PDF Grid border into PDF export is fixed.
QueryBuilder
Bug Fixes
- Issue with boolean value has been resolved.
RichTextEditor
Bug Fixes
#F150037
- The issue with "throwing script error while dynamically enable/disable the toolbar" has been resolved.
Slider
New Features
- Now, you can set the width of the slider component using
width
property.
Spreadsheet
Bug Fixes
#I275309
- Dropdownlist added randomly in cells while scrolling issue fixed.
#I275297
- Lock cell functionality misbehaves for empty cells in spreadsheet issue fixed.
Tooltip
Bug Fixes
#275330
- The issue with tooltip position misalignment has been resolved.
TreeGrid
Bug Fixes
#275113
- Destroying the Tree Grid component in ngOnDestroy method works fine.