Hi,
I have a small issue when sorting dates in the grid.
I am using JSON Data to populate the grid and the date column is set to type ‘date’.
The column on the grid is also set to date example below.
{ datafield: 'HRDate', filtertype: 'date', cellsformat:'dd/MM/yyyy',editable: false, text: 'High Risk<br/>Date', width: 70, cellsrenderer: cellsrenderer2, cellsalign: 'center', renderer: colHeaderStyle },
The is not a date in every row so when I sort this is happening.
08/02/2010
09/03/2010
30/03/2010
04/03/2010
Has anyone got any ideas why?
Cheers