1.
2. Format date in Kendo UI Grid by defining the template in kendoGrid -> columns -> field
template: '#= kendo.toString(EffectiveDate, "yyyy/MM/dd") #'
The available options for the type in kendo.data.DataSource -> schema -> model -> fields the are "string", "number", "boolean", "date". The default is "string".2. Format date in Kendo UI Grid by defining the template in kendoGrid -> columns -> field
template: '#= kendo.toString(EffectiveDate, "yyyy/MM/dd") #'
Comments