Change Log Version 1.8
- Added new timepicker widget.
- Added support for Bootstrap 4.0.0.
- Added changing event for the editor.
- Renamed the 'change' event to changed for the editor.
- Renamed the 'show' and 'hide' events to open and close for the datepicker.
- Renamed the 'show' and 'hide' methods to open and close for the datepicker.
- Renamed the 'show' and 'hide' events to open and close for the timepicker.
- Renamed the 'show' and 'hide' methods to open and close for the timepicker.
- Added column.editField configuration option for the grid.
- 'oldValue' is removed as parameter in cellDataChanged event for the grid.
- Added expandAll and collapseAll methods for the grid.
- Added maxHeight configuration option for the dropdown.
- The editor is improved to work with textareas.
- The datepicker is improved to support selection of month, year and decade.
- Added getAll method for the tree.
Bug Fixes