SMART datagrid v.1 > Classes > NumberCellEditor
If it is not NaN, the value which has been entered in editor will be transferred as greater than this property value.
It specifies the maximum input value by maxValue property. When the editor is being displayed, it will not force to update the existing text.
Defaults to NaN.
var columns = [{
editor: {
type: "number",
minValue: 0,
maxValue: 100
}
},
...
];