I have a grid populated with Kendo datasource that is using JSON web service to retrieve data. There is a DateTime field with values like:
/Date(1313686241577+0200)/
How can I format this column in a grid to display date (or date + time)? I have been playing with template but with no luck so I would appreciate a code sample.