kendo-vue/knowledge-base/grid-date-format.md

1.0 KiB

title description type page_title slug tags ticketid res_type category
Modify the Date Format in the Grid An example on how to format ISO string dates in the Kendo UI for Vue Data Grid. how-to Change the Date Format - Kendo UI for Vue Data Grid grid-date-format grid, kendovue, dates, format 1402874 kb knowledge-base

Environment

Product Version 2.2.1
Product Progress® Kendo UI for Vue

Description

How can I change an ISO date string which I have in my Kendo UI for Vue Data Grid? Setting a format property does not affect the current date format.

Solution

In such case we can use the type property and set the correct type of the data that is expected from the server.

{% meta height:380 %} {% embed_file grid-date-format/main.vue preview %} {% embed_file grid-date-format/main.js %} {% endmeta %}