Hello mustafa,
You are using properties of jqxNumberInput in jqxGrid and this is the reason that digits doesn’t work. Please, find below an example which uses “createeditor” function for adding parameters to the editor.
columns: [
{ text: 'Expense Sum', datafield: 'ExpenseSum', align: 'right', cellsalign: 'right', width: 200, columntype: "numberinput"
createeditor: function (row, cellvalue, editor, celltext, cellwidth, cellheight) {
editor.jqxNumberInput({ decimal: 100, spinButtons: true, inputMode: 'simple', decimalDigits: 2, decimalSeparator: "," });
}
},
Best Regards,
Nadezhda
jQWidgets team
http://www.jqwidgets.com/