I was expecting to get either null or a date object out of the parser, always. However i discovered when we tried to parse the number 253 that you'll end up with this error: Uncaught TypeError: e.indexOf is not a function at ... (where ... is the kendo file and location).
It seems to work ok if you .toString() everything.
It seems to work ok if you .toString() everything.