Hi!
I have a problem with empty values.
When go to edit mode in an empty cell, then the default value is assigned to 0, thus I can’t clear the value, and when you exit edit mode, the value remains 0. It’s not right. If no value is entered it must be empty.
columns:
{“pos”:1, datafield”:”235″, “text”:”ВремяРоспумин”, “columntype”:”numberinput”, “cellsformat”:”f0″, “align”:”center”, “cellsalign”:”center”, “aggregates”:[‘max’, ‘avg’, ‘min’], “nullable”:true,
createeditor: function (row, column, editor) {
editor.jqxNumberInput({spinMode: ‘simple’, spinButtons: false, spinButtonsStep: 0, inputMode: ‘simple’, value: column, decimalSeparator: “,” , groupSeparator: ” “, textAlign: “center”});
}, …
},
Maybe I something don’t understand, please help.
Thank you!