
Maintenance release includes several bug fixes.
Fixes
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' of undefined" error when the edit column visibility is changed in the onContentReady event handler.
- The header context menu is not displayed for a non-fixed column in IE10.
Data Visualization
- dxChart - Crosshairs are not displayed for axes with the name option.
- dxPieChart - It's impossible to disable hatching for legend color blocks.
- The chart is cut off at the bottom and top if aggregation is enabled and a series has no points.
- TS Definitions - The type of the customizeTooltip function's argument is wrong.
DevExtreme Core
- Angular integration - 'Expression has changed after it was checked' error occurs on binding values via markup.
- dxDataGrid - A master-detail grid causes the "Maximum call stack size exceeded" error.
- dxForm removes template editors when a layout is recreated in an Angular app.
- The use of dxDataGrid causes memory leaks.
- The use of the ngModel binding and bindingOptions causes an error.
Scheduler
- The horizontal scrollbar is moved on the right if scrollToTime is called.
- The number of rendered days in a month can't be more than the number of days in the initial month when the "timeline month" display mode is enabled.
UI Widgets
- dateSerializationFormat is not used to serialize the value of the dxDateBox hidden input element.
- dxDropDownBox - A drop-down window height is incorrect when it contains a template .
- dxForm - Items shift if two columns are enabled inside a tabbed item on the 'xs' screen.
- dxList breaks item reordering under certain conditions.
- dxSelectBox doesn't clear the previous filter after searching and clearing a value using the using "Ctrl + A" and "Backspace" keys.