My kendo grid is showing date like this /Date(691869600000)/ . How do i solve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
and make your field type as |
||||
|
|
|
Using this answer I got the Steve code to work for my case. Try this template:
|
|||
|
|
|
Use template like the following or like the one in the documentation link.
|
|||
|
|
|
You need to specify the date as a type in your datasource definition - else it will just be a string: For example if your field is birthday:
And when you define the Grid:
See this for more info: http://www.kendoui.com/forums/framework/data-source/json-date-handling-changed-in-latest-release.aspx |
|||
|
|