DevExtreme Complete released

Released: Dec 2, 2015

Updates in this release

Updates in 15.2.3

dxForm

  • Present and edit data stored in an object.

dxPivotGrid

  • New summary display modes include: Display Mode, Running Total, Cross Group Summary Calculation and Calculate Summary Value.
  • Now supports virtual scrolling, making it much faster when working with large volumes of data.
  • You can now reload data and change filter conditions at runtime.
  • New APIs allows you to retrieve a list of records (facts) used to calculate a specific summary.
  • Save and restore a pivot grid's state (fields in areas, sorting, filters, expanded headers).

dxDataGrid

  • Rendering and refresh now execute twice as fast when compared to previous versions.
  • Data caching prevents unnecessary requests to a remote data storage.
  • Using the new calculateDisplayValue column, the grid loads only string values displayed by the Lookup field.
  • You can now edit rows using the edit form.
  • Customize a column's header filter.
  • Data grouping and summary calculations can be executed on the server.
  • Two-way binding for Knockout and AngularJS frameworks forces grid cells to be updated when corresponding field values change outside the grid.
  • Specify configuration options for editors used to edit column values.
  • Show/hide the checkbox column when multiple cell selection mode is enabled.
  • A new 'cellValue' method allows you to obtain and specify cell values.
  • You can now check whether changes made to grid data are committed to the server.
  • Page navigator can now display the total number of rows.

dxScheduler

  • Specify whether a user can edit, create, delete, drag or resize appointments.
  • Show/hide the 'All Day' panel.
  • Specify custom markup for an appointment tooltip.
  • Customize the duration of a view cell.
  • New timeline views for day, week and work week.
  • A view can now be scrolled horizontally.
  • A popup with appointment details can be displayed in full-screen mode.

dxTreeView

  • With this release, you can now filter widget items.

dxPieChart

  • Display multiple series in a single pie chart.
  • Interact with pie chart series points using their labels.

dxVectorMap

  • Support for multiple area and marker layers.
  • New multiple projection types.

HTML5/JS Core

  • Integration with Parse Core Library - The DevExtreme data layer can now be seamlessly used with the Parse cloud data storage.
  • Visual Studio Integration - This release provides support for the Apache Cordova Application template for Visual Studio 2015.
  • Application Packaging for iOS 9 - DevExtreme allows you to develop and submit applications for iOS 9 out-of-the-box.
  • Application Packaging for Windows 10 - You can now build Windows 10 applications using the Apache Cordova Application template.
  • Support for Npm Repository as a Plugins Source - Simply add the plugin's address to the config and build a custom application template.