Hi
How can I apply globalization to a grid? I have a column datetime but it doesn't work when i showdata.
Just works when I "edit" the row, but when i try to "update" i get a validation error ("this is not a valid date")
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Thank you for your answer, but i'm still have problems..
This is my code...
<script src="/Generic/Scripts/SportsManager/kendo/culture/kendo.culture.en-GB.min.js"></script>
<script>
kendo.culture("en-GB");
</script>
then in the kendo grid...
columns.Bound(c => c.startDate).Width(200).Title("Start Date")
This is i see in the html: "Sun Jul 20 2014 02:00:00 GMT-0300 (Argentina Standard Time)"
And In the editor template:
@(Html.Kendo().DateTimePickerFor(m => m))
This is an inline grid...When i click "update" i have a validation error "The start date must be a date"