DevExtreme Complete 新版本發表

Released: Dec 13, 2017

17.2.4 中的更新

修補程式

Data Visualization

  • Documentation - The chart onInitialized help topic gives a link to the onContentReady event which does not exist on the chart.
  • dxChart - A connector line of a label is not aligned properly.
  • dxChart - In a certain configuration, labels overlap the chart title and the legend when resolveLabelOverlapping is set to 'shift'.
  • dxChart - Incorrect zooming when dataSource has null points.
  • dxChart - The stackedArea series with the second value axis doesn't work properly.
  • dxChart...

Released: Nov 16, 2017

17.2.3 中的更新

特性

  • New Color Schemes
    • New Color Schemes for the Generic Theme - You can now change your entire application's color palette by applying one of the newly implemented schemes: Soft Blue, Carmine, Green Mist, Dark Violet, and Dark Moon. These new color schemes are based on the DevExtreme Generic theme.
  • React Grid (Beta) - DevExtreme React Grid v17.2 ships with the following new features:
    • Material UI Integration
    • Column Reordering
    • Column Resizing
    • Keyboard Navigation
    • Column Chooser
    • Localization
    • Data...

Released: Nov 9, 2017

17.1.8 中的更新

修補程式

HTML JS

Data Grid

  • A validation error in the adaptive detail is not cleared when a new row is added if the Save link was clicked before adding a new row.
  • An editor type in the banded column is incorrect if its caption equals the dataField of the nested column and form options are specified.
  • Column reordering works slowly if page size is large.
  • CustomStore throws the "E4021 - The server response does not provide the totalCount value" error on an attempt to ungroup the field even if totalCount...

Released: Oct 6, 2017

17.1.7 中的更新

修補程式

Data Grid

  • Documentation - The selection.showCheckBoxesMode option is not described properly.
  • Column headers are not displayed for the existing client state if CustomStore doesn't return any data and columns are not defined.
  • It is impossible to navigate to the filterRow editor for a non-fixed column by left-click in IE 10.
  • It is possible to expand/collapse groups in infinite scrolling mode when expandMode = rowClick.
  • Modifying the filter row operation causes the "Cannot read property 'option...

Released: Sep 6, 2017

17.1.6 中的更新

修補程式

  • Data Grid
    • Band columns of the third level are added in an incorrect order.
    • A loading panel is not displayed during long CRUD operations.
    • An error border is not displayed for a cell with editCellTemplate when navigation was performed on a mouse click in batch editing mode.
    • Column hiding works incorrectly if columnAutoWidth is false and some columns have fixed width.
    • Custom Header Filter item selection is not cleared, which leads to desyncronization of the filter state.
    • Focus is moved to the...

Released: Aug 2, 2017

17.1.5 中的更新

修補程式

Data Grid

  • A click on the Save button on the edit form closes the detail area.
  • dxDataGrid - A layout is incorrect in Firefox when native scrolling and width restriction are enabled.
  • dxDataGrid - A row is not added if the master-detail mode is active.
  • dxDataGrid - Adaptivity - The cellTemplate content is lost on an attempt to resize the details element when the columnHidingEnabled option is enabled.
  • dxDataGrid - An adaptive row doesn't disappear after the Delete command link is clicked in a...

Released: Jun 29, 2017

17.1.4 中的更新

修補程式

HTML JS

  • Data Grid
    • "The binary operator LessThan is not defined for the types 'System.Boolean' and 'System.Boolean'. " error is raised when the grid is grouped by a boolean column and Entity Framework is used.
    • Changing a grid option makes the Angular JS binding refresh many times.
    • All the data is loaded for grouping if autoExpandAll is enabled and remoteOperations are true.
    • $root in the row template refers to the row context instead of the root view model context.
    • A dynamically added lookup...

Released: May 17, 2017

17.1.3 中的更新

特性

  • New DevExtreme React Grid (CTP) - DevExtreme v17.1 ships with the new React Grid. This new widget is not a wrapper over an existing jQuery widget but a native React component, rendered using Bootstrap 3. It has a composable and extensible architecture, supports both controlled and uncontrolled modes, and can be easily integrated with Redux. Features include:
    • Data Sorting and Grouping
    • Data Editing (Edit Row, Edit Column, New Item Row)
    • Filter Row
    • Detail Row
    • Paging
    • Multiple Row Selection
    • Virtual...

Released: Mar 29, 2017

16.2.6 中的更新

修補程式

Data Grid

  • dxDataGrid - A boolean cell becomes unchecked on an attempt to save changes if a value is not valid in batch edit mode.
  • dxDataGrid - Editing of banded columns and regular columns located after banded ones does not work in the Adaptive Detail Row when the columnHidingEnabled option is enabled.
  • dxDataGrid - Filtering by a column is not reset when a column is hidden via the column chooser.
  • dxDataGrid - Filtering doesn't take a time part in the Filter Row into account if headerFilter...

Released: Feb 28, 2017

16.2.5 中的更新

特性

  • Adds support for Visual Studio 2017.

修補程式

Data Grid

  • Documentation - setCellValue - The rowData parameter contains a confusing description.
  • dxDataGrid - Custom Toolbar Items are misaligned vertically.
  • DxDataGrid - DateTime's time component is different when a date is selected from the popup and when it is manually inputted in form editing mode.
  • dxDataGrid - Export - The "Uncaught TypeError: e.toLowerCase is not a function" error is thrown if formatting is specified via a custom function...