#279297
- Height in percentage not working properly is fixed now.#278688
- Shared Tooltip not visible while using tooltip render event issue fixed.#278311
- Y axis labels get overlapped when using single negative point issue fixed.#154576
- Range Selector doesn’t match chart data range for one day issue fixed.#279008
- Cluster selection with 0 values for logarithmic type issue fixed.#278394
- Issue with delete event has been fixed.-#278135
- Issue with “Item data is not loaded with asynchronous data when allowCustom is set to false” has been resolved.
278074
- WebApiAdaptor
CRUD issue without query has been fixed.#278685
- Resolved script error on backspace inside the edit range.#247077
- Selection is now updated properly while clicking before merge field.#277357
- Table borders are now rendered properly.#275686
- contentChange
event will not trigger while switching the layout type.#276616
- Paragraph format now preservers properly while inserting text.#276039
- Adding new comment and replying to old comment is now disable in read only mode.#277959
- Document with shape now imported properly.#153583
- Selection is now updated properly for image inside the bookmark.#280052
- Issue with “localization is not working for dropdown components” has been resolved.#278390
- Internal event for access the excel export rows has been added.#277728
- Search box focus issue in IE has been fixed.#12629
- Prevented the dataStateChange
event after re-ordering a column.#154111
- Issue in updating aggregate
format with culture change has been fixed.#14010
- Grid row selection event arguments type issue has been fixed.#278858
- rowDeselected
event with persistence
and ResetOnRowClick
issue has been fixed.#154619
- Number formatting with empty string issue has been fixed.#279065
- Groupcaption
aggregate in pdf
export issue has been fixed.data
, row
, foreignKeyData
these Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,Properties |
Type |
---|---|
data |
Object or Object[] |
rowIndex |
number |
rowIndexes |
number[] |
row |
Element or Element[] |
foreignKeyData |
Object or Object[] |
#277945
- Legend label cropping issue has been fixed.#279543
- An issue with script error thrown when click the showAddButton
icon and specify the priority
property has been fixed.#273237
- Now, Annotation comments are locked properly when locked the annotations.#F154078
- The Error dialog is now clearly visible.The progress bar provides a customizable visual to indicate the progress of a task with different shape such as rectangle and circle.
#275859
- The issue with unable to edit the Rich Text Editor content after pasting the content with table has been resolved.#278019
- An issue with drag and drop of vertical view events doesn’t work properly when we disable timeScale
property has been fixed.Old Property | New Property |
---|---|
rangeSettings |
ranges |
#262890
- Label position is not working in stock chart primary y axis issue fixed.#154807
- Tooltip not opening more than once when target specified has been resolved.#F15641
- Content is rendered properly for random scrolling when Virtualization is enabled.#279755
- Virtual Scrolling works fine.OnItemClick
event arguments in the treemap is now improved.