Skip to main content

Posts

Showing posts from April, 2014

Small tips in Kendo UI

1. 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") #'