19.1 Sprint 5
Pre-release
Pre-release
BingoRUS
released this
26 Apr 14:41
·
1457 commits
to 19_1
since this release
New Features
-
DataGrid/TreeList - editing and event improvements
- The
editing.selectTextOnEditStart
option specifies whether to select text in a cell when a user starts editing. - The
editing.startEditAction
allows to choose the event that switches a cell to editing state - click or double click. This option applies only for cell and batch editing modes. - The new
onCellDblClick
andonRowDblClick
options help to execute a function when a cell/row is double-clicked or double-tapped.
- The
-
New Material Compact theme set
- All 10 DevExtreme Material light and dark themes now have appropriate compact variants. Use one of the CSS files listed below:
dx.material.blue.dark.compact.css
,dx.material.blue.light.compact.css
,dx.material.lime.dark.compact.css
,dx.material.lime.light.compact.css
,dx.material.orange.dark.compact.css
,dx.material.orange.light.compact.css
,dx.material.purple.dark.compact.css
,dx.material.purple.light.compact.css
,dx.material.teal.dark.compact.css
,dx.material.teal.light.compact.css
.
- All 10 DevExtreme Material light and dark themes now have appropriate compact variants. Use one of the CSS files listed below:
Install
npm i [email protected]
In case of using Angular, React or Vue, add one of integration packages:
npm i [email protected]
npm i [email protected]
npm i [email protected]