Essential JS for JSP Release Notes

v15.3.0.26
August 7, 2017

Kanban

Features

  • Feature to show/hide the cards based on key value mapping. It can group the cards using key value and enables to toggle the display.

RadialMenu

Features

  • #175308 - Provided template support for RadialMenu items using prependTo property, we can add valid SVG element to it.

    RadialSlider

Features

  • Provided globalization support for RadialSlider ticks and value. Enables to customize culture based values for the component.

    Ribbon

Features

  • #178783 - Provided the cssClass API for Ribbon, to customize the control appearance.

    Schedule

Features

  • #132062, #132560 - Scheduler is now provided with an option to allow the user to create/edit the appointments inline, by single clicking on the cells/appointments.

Improvements

  • #176154 - While editing a recurrence appointment in series mode, to prevent the changes on the previously edited occurrences of this recurrence appointment - then ignoreEditedOccurrences argument can be set to true within the beforeAppointmentChange event function.
  • Scheduler provides option to enable/disable the delete functionality of appointments through allowDelete API.
  • Scheduler provides an additional option to edit/delete only the following occurrences of a recurrence appointment.
  • Scheduler provides option to drag and drop appointments from one week to another week, simply by holding the appointments either in the first or last date column for some specific delay time.

Breaking Changes

  • #181307, #183269 - Appointments are rendering correctly, when the current view has more than 100 appointments.

    Spreadsheet

Features

  • #169150, 173569, 178299, 183197 - Provided support for chart with discontinuous range.

    TextBoxes

Features

  • #180057 - Provided the positivePattern support for NumericTextbox.

TreeView

Features

  • #F126097 – Provided support to “get the updated data source via getTreeData() method when using remote data binding in TreeView control”.