One of my columns contains dates and is sortable. I unsuccessfully tried to use
datefmt: 'dd/mm/yyyy hh:mm:ss.sss'
and
datefmt: 'd/m/Y H:i:s.u'
as one of the column properties to describe to jqGrid how to sort the column.
An example of the actual data is:
07/10/2011 03:08:32.454
Of course, the column's sorttype is 'date'.
Thanks a bunch!
