guys, i noticed that in the second column the date is not in the correct format
return php example: dd/MM/yyyy
'05/10/2014' // Date 1
'20/10/2014' // Date 2
They appear in the jqxGrid is as follows:
Date 1: 05/10/2014 // correct
Date 2: 10/05/2014 // incorrect
see above that is configured correctly or not?