v17.1.40
Accumulation chart
Bug Fixes
- Now Accumulation chart is refreshing properly on data change.
Chart
Bug Fixes
- Stacking column is not rendered properly when yvalue in string is fixed.
- Zoomposition is not proper, when the axis is inversed is fixed.
- Multiline label alignment is not proper, when breaking the labels into smaller text issue fixed
Dashboard Layout
Breaking Changes
- Renamed the folder within the package from
dashboardlayout
todashboard-layout
.
Diagram
- Z-index for nodes/connectors is now properly updated when rendering the nodes/connectors with same z-index in symbol palette and drag and drop the nodes from the symbol palette to the diagram.
- Now, the connection between the ports has been established when remove the InConnect/OutConnect from node’s constraints.
- Issue with the “Layer’s z-index property and sendLayerBackward/bringLayerForward API methods” has been fixed.
Dialog
Bug Fixes
- The issue with preventing the dialog resize using
args.cancel
has been resolved.
Document Editor
Bug Fixes
- Tab stop width is now calculated properly.
- First page header and footer is now layout properly.
- Scrollbar now updated properly in Internet Explorer.
- Page reload issue on button click is fixed.
DropDownList
Bug Fixes
- Issue with value selection on disabled dropdown using incremental search has been fixed.
- Clear icon shown when change the value dynamically issue has been fixed.
File Manager
Breaking Changes
- The
beforeFileLoad
event’smodule
argument values have been changed as follows:
| Argument Name | Old Value | New Value |
|: ---------:| ---------:| ---------:|
| module | navigationpane | NavigationPane |
| module | Grid | DetailsView |
| module | LargeIcon | LargeIconView |
Form Validator
Bug Fixes
- When using multiple forms with same name fields, validation not occurs issue has been fixed.
Grid
Bug Fixes
- Column template is removed after calling
getPersistData
method is resolved. - Script error is resolved when using
setRowData
method incellSave
event. - Grid content background in
material-dark
theme is resolved. - Group caption is displaying
[object][object]
instead of 0 withforeignkey
column is resolved. - Missing of records after sorting in virtual scrolling grid is resolved.
- Script error when opening column menu in column virtualised grid is resolved.
- Grid menu filter does not filter the null date values properly is resolved.
- Validation message is hidden when editing the last row of the current page is resolved.
- Validation message is misplaced while using horizontal scrollbar in grid is resolved.
actionComplete
event is not invoked after delete all records is resolved.GetRowIndexes
method returns incorrect index when invoked after filtering records in virtualisation grid.- A support to get row index from row data is provided.
- Unable to delete record using command delete button when
showConfirmDialog
set tofalse
is resolved.
In-place Editor
Bug Fixes
- Toolbar fails to render properly in
RichTextEditor
In-Place Editor whenafterOpen
is set, that issue has been fixed. - Not able to hide the close icon issue has been fixed.
ListBase
Bug Fixes
- Issue with single level element generation with fields mapping has been fixed.
ListBox
Bug Fixes
- Value property passed on form submit issue fixed.
MultiSelect
Bug Fixes
- Placeholder is not updated properly when unselect all the value issue has been resolved.
PDF Viewer
Bug Fixes
- The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
- The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
QueryBuilder
Bug Fixes
- Updating conditions throws script error after using 'setRules' method.
RadioButton
New Features
- Provided
getSelectedValue
method to find the value of selected radio button in a group.
RichTextEditor
Bug Fixes
- Insert image functionality of
RichTextEditor
is not working when render withFile Upload
, that issue has been fixed.
TextBox
Bug Fixes
- When textbox contains value initially, no more change event will trigger while focus followed by focus out.
TreeGrid
Bug Fixes
addRecord
method is working fine and also allows to add record at desired row position.
TreeView
Bug Fixes
- Now the selected node background color is removed before collapsing the parent node.
Uploader
Bug Fixes
- In latest chrome browser, file list is not generated issue fixed.