Skip to content

17.2 Sprint 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@BingoRUS BingoRUS released this 07 Sep 11:02
· 16504 commits to 25_1 since this release

New Features

  • Scheduler
    • The new intervalCount option multiplies the default view interval to display several days, weeks, months instead of only one on a view.
  • TextBox
    • The new showMaskMode option specifies when the mask should be shown: always or only on focus.
  • DataGrid
    • The new column sortingMethod option specifies a custom comparison function for sorting.
  • The native Promise object can be used as well as jQuery.Promise in Scheduler onAppointmentAdding.cancel, DataGrid and TreeList onRowInserting.cancel, collection widgets onItemDeleting.cancel and DeferRendering renderWhen options.

Improvements

  • TextBox
    • If a mask is applied, the caret will be moved to the first unspecified symbol on focus.
  • Templates
    • When the item template for collection widgets is specified, it's possible to use the index of the item to be rendered as a parameter in the render function (custom template engines) or as a binding context variable (AngularJS, Angular and Knockout).

Install