Our datasource comes from a network request which is translated into a json string. It is the same for both browsers. Here are the column properties:
dataType = "date";
dataFormat = "yyyy-MM-dd HH:mm:ss zzz";
cellsFormat = "MMM dd HH:mm:ss, yyyy";
cellsRenderer = startDateStampCellRenderer;
Why would the ‘value’ parameter in the startDateStampCellRenderer be a date in Chrome but a string in Internet Explorer?