Hi.
I have a column in my grid that invokes a jqxDateTimeInput (the column is defined as a datetimeinput) and we display the date in the grid in dd/MM/yyyy format when the grid is being rendered.
However, when I click on the cell to edit it, the date format changes from dd/MM/yyyy to MM/dd/yyyy in the “text” input area when the calendar pops up.
I did try using “initeditor” and setting “editor.jqxDateInput({formatSettings:’dd/MM/yyyy})” but this made no difference.
Any suggestions?
Thanks, jeremy