I want to build a Kendo UI Grid with format date dd//MM/yyyy. However, all questions that I found about this, it were resolved with code Format(\"{0:d}\");. So,
Can also use:
columns.Bound(c => c.DateCreate).Format("{0:G}")
As in http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting