In previous versions, background color of Excel rows & cells was imported as background
css style in grid and vice versa.
In this version, background color of Excel rows & cells is imported as background-color
css style in grid and vice versa.
In previous versions, editModel.keyUpDown
option default value was true
.
In this version, editModel.keyUpDown
option default value is undefined
.
In previous versions, editor.type
option default value was 'textbox'
.
In this version, editor.type
option default value is 'textarea'
.