Hello simoesterorfeo,
The solution lies in setting the createeditor property:
columns: [{ text: 'Data Movomento', datafield: 'data', width: 120, columntype: 'datetimeinput', width: 90, cellsalign: 'right', cellsformat: 'd', createeditor: function (row, cellvalue, editor) { editor.jqxDateTimeInput({ culture: 'it-IT' }); }},{ text: 'Causale', datafield: 'cod_causale', width: 120 },{ text: 'Articolo', datafield: 'articolo', width: 120 },{ text: 'Qta', datafield: 'qta', minwidth: 120 },{ text: 'Note', datafield: 'note', minwidth: 120 },{ text: 'Utente', datafield: 'utente', minwidth: 120 },{ text: 'id', datafield: 'id', minwidth: 120 },]
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/