SMART datagrid v.1 > Classes > NumberCellEditor
If it is true, you can enter 'e', 'E' characters.
When the editor is being displayed, it will not force to update the existing text.
Defaults to true.
var columns = [{
editor: {
type: "number",
scientific: false
}
},
...
];