Skip to content

v17.3.28

Compare
Choose a tag to compare
@essentialjs2 essentialjs2 released this 20 Nov 06:01
· 269 commits to master since this release

Chart

Bug Fixes

  • #252450 - In Polar series, selection did not work while clicking center of the marker which is plotted in the axis line is fixed
  • #254803 - While clicking legend corresponding axis of the series will hide now.
  • #252450 - Selection applied for marker shadow element is prevented now.
  • #255392 - Axis label tooltip not disappeared when the mouse is moved away from chart issue fixed.
  • #254710 - Border customization is not applied for legend in scatter chart is fixed.

Dashboard Layout

Bug Fixes

  • #F149164 - Resolved the issue with panel resizing when more than one Dashboard Layout component is used in a page.

Diagram

Bug Fixes

  • F149060 - Unable to remove the connector that are drawn at the run time issue has been fixed.

Document Editor

Bug Fixes

  • #253511 - Line spacing is now applying properly after set locale to document editor.
  • #254998 , #251884 - Updated bookmark collection when bookmark gets added.
  • #246264 - Table with vertical merged split cells is now layout properly.
  • #246884 - List is now copied properly.

New Features

  • #246305 - Added API to check whether selection is in field.
  • #246305 - Added API to select the current field if selection is in field.
  • #246305 - Added API to perform delete.

File Manager

Bug Fixes

  • #I252873 The issue with file search on pressing the enter key has been fixed.

Grid

Bug Fixes

  • #242503 - Aggregation not working with the Frozen and Batch Editing issue has been fixed.
  • #254164 - Support for FilterItemTemplate function like as ValueAccessor is given.
  • #253705 - Ctrl+A in Grid does not select the last record in Batch mode issue has been fixed.
  • #253106 - Error thrown on using setCellValue method when row drag and drop is enabled issue has been fixed.
  • #253398 - Frozen header height discrepancy when setting rowHeight and allowTextWrap property issue has been fixed.
  • #252923 - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
  • #253614 - Changed the scope of the filterOperator variable as public.

MultiSelect

Bug Fixes

  • #F148867 , #254713 - The issue with "rendering the itemTemplate when value is bound to the control" has been resolved.

NumericTextBox

Bug Fixes

  • #254252 - Issue with "value not updated properly when set decimal value more than 7" has been resolved.

PDF Viewer

Bug Fixes

  • #253926 – Resolved the memory leak while rendering the PDF documents.

New Features

  • #251151, #254032 – Improved the annotation selection behavior in code behind.
  • #254776, #255304 – Provided the support to set the custom JSON data for AJAX request.
  • #253341 – Provided the support to customize the label content during initial rendering of annotations.
  • #252421 – Provided the support to set the zoom mode value during initial loading.

RichTextEditor

Bug Fixes

  • #254865 - Resolved the issue with an image that is not removed when pressing the delete key by enabling the showOnRightClick property.

Schedule

Bug Fixes

  • #148606, #148770, #253868, #253137 , #253534 - An issue with displaying wrong timeslot and time for DST time-zones has been fixed.
  • #148560 - An issue with custom drag interval has been fixed.

TextBox

Bug Fixes

  • #254393 - Issue with "while calling the focusIn method, focus is not removed in the textbox even press the tab key or mouse action" has been resolved.

New Features

  • #226069, #247330 - Now, you can add icons to textbox component using addIcon method.

TreeGrid

Bug Fixes

  • #F148459 - Header Checkbox display properly when we hide and show the columns using hideColumns and showColumns method.
  • #I247045 - Row Drag and Drop works fine when text wrap is enabled.