Hi,
I have a date column, with the following definition:
{name:'ProjectStatusDate', width:90, align:'center', sorttype:'date', datefmt:'m/d/Y', formatter:'date'},
In the afterInsertRow event, I add the following code:
$(“#tblActiveProjects”).setCell(rowid,'ProjectStatusDate',”” + $(“#tblActiveProjects”).getCell(rowid,4) + ““,”gridOverdue”);
Now, the date sorting is not working. I'm getting “NaN undefined NaN” in some of the date cells.
Any ideas?
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top