Essential Studio for React Release Notes

v17.3.28
November 19, 2019

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.

DashboardLayout

Bug Fixes

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

Diagram

Bug Fixes

  • #254194 - The issue “when resizing the text node, text content does not wraps with respect to node size” has been fixed.
  • #253742 - The issue “children in the swimlane cannot be selected when resizing the lane, which is outside the view ports” has been fixed.
  • F148797,F148792 - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.

DocumentEditor

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.

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.

FileManager

Bug Fixes

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

Gantt

Bug Fixes

  • #253912 - Parent taskbar disappearance issue while deleting all its child records 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.

PDFViewer

Bug Fixes

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

Features

  • #I251151, #I254032 – Improved the annotation selection behavior in code behind.
  • #I254776, #I255304 – Provided the support to set the custom JSON data for AJAX request.
  • #I253341 – Provided the support to customize the label content during initial rendering of annotations.
  • #I252421 – 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.

Splitter

Features

  • #251791 - Provided the support to use DOM element as pane content by configuring the selector to the content of paneSettings property.

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.

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.