Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
igGrid date column becomes NaN-NaN-NaN in IE8
posted

Hi,

Our date columns shows NaN-NaN-NaN for all rows in IE8 but the correct format in FF and IE11.

The Json sent to the grid is on the yyyy-MM-dd format and the column is of 'date' type and has its scheme and options.column data type set to 'date'.

 

Any help would be much appreciated!

 

Best Regards

Fredrik

 

 

 

 

 

Parents
No Data
Reply
  • 460
    posted

    Hi agian,

    Here is some more information. I have been working all day now to try and figure this out. Seems like IE8 in general has an issue with Date.parse and dates on the format "yyyy-mm-dd". So I thought I would solve the problem by writing my own parser that overrides Date.parse for IE8 in particular but nothing calls is when I initialize and load the grid so I am back at square 0. Does infragistics override Date.parse? And in that case does it work for IE8? Or is there some other reason to why the date column shows up as NaN-NaN-NaN in IE8 but no other browsers?

    Best Regards

    Fredrik

     

     

     

Children