Skip to content

Releases: DevExpress/DevExtreme

17.2 Sprint 6

07 Sep 11:02
Compare
Choose a tag to compare
17.2 Sprint 6 Pre-release
Pre-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

17.2 Sprint 5

23 Aug 15:11
Compare
Choose a tag to compare
17.2 Sprint 5 Pre-release
Pre-release

New Features

  • The new Funnel widget with two drawing algorithms - dynamicSlope and dynamicHeight (for more information, see this pull request)
  • TreeList
    • The new selection.recursive option allows making the selection recursive
    • The new loadDescendants method provides the ability to load all data items if data has a plain structure and remoteOperations.filtering is true
  • DateBox, Calendar
    • The new disabledDates option specifies dates to be disabled by an array of dates or a function

Improvements

  • DateBox
    • If the type is set to datetime and the 12-hour format is used to represent the time part, the time part in the popup also uses the 12-hour format

Install

16.2.9

17 Aug 18:48
Compare
Choose a tag to compare

17.2 Sprint 4

09 Aug 15:25
Compare
Choose a tag to compare
17.2 Sprint 4 Pre-release
Pre-release

New Features

  • DropDownBox
    • new fieldTemplate option specifies the template to be used for rendering the widget's text field

Install

17.1.5

02 Aug 16:12
Compare
Choose a tag to compare

17.2 Sprint 3

27 Jul 17:07
Compare
Choose a tag to compare
17.2 Sprint 3 Pre-release
Pre-release

New Features

  • TagBox
    • new maxDisplayedTags option specifies the limit on displayed tags
    • new showMultiTagOnly option specifies whether the multi-tag is shown without ordinary tags

Install

17.2 Sprint 2

12 Jul 16:33
Compare
Choose a tag to compare
17.2 Sprint 2 Pre-release
Pre-release

New Features

  • DataGrid
    • new keyExpr option specifies which data field provides keys for data items (applies only if data is a simple array)
    • new setCellValue column option specifies a function to be invoked after the user has edited a cell value
    • DateTime columns can be filtered by date and time out of the box
    • When validating a grid cell value using the Custom validation rule, you can access current row data using the data field of the argument object passed to the validationCallback function
  • PivotGrid
    • field option sortBy now can accept the "none" value to disable local sorting
  • TreeList
    • new getNodeByKey method provides the capability to get a node by its key

Install

17.1.4

30 Jun 10:59
Compare
Choose a tag to compare

16.2.8

30 Jun 10:59
Compare
Choose a tag to compare

17.1.3

18 May 11:31
Compare
Choose a tag to compare