Essential Studio for TypeScript Release Notes
v15.3.0.26
August 7, 2017
ejChart
Bug Fixes
- #180772 – Proper arguments are displayed in the IntelliSense of the events now.
ejFileExplorer
Features
- #I174459, I177188 – Provided support to “access the application root folder and display the alternate text for the root folder name in FileExplorer control”.
ejKanban
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.
ejRadialMenu
Features
- #175308 - Provided template support for RadialMenu items using
prependTo
property, we can add valid SVG element to it.ejRadialSlider
Features
- Provided globalization support for RadialSlider ticks and value. Enables to customize culture based values for the component.
ejRibbon
Features
- #178783 - Provided the
cssClass
API for Ribbon, to customize the control appearance.ejSchedule
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.
- #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 thebeforeAppointmentChange
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.
ejSpreadsheet
Features
- #169150, 173569, 178299, 183197 - Provided support for chart with discontinuous range.
ejTextBoxes
Features
- #180057 - Provided the
positivePattern
support for NumericTextbox.
ejTreeView
Features
- #F126097 – Provided support to “get the updated data source via getTreeData() method when using remote data binding in TreeView control”.