This is a migrated thread and some comments may be shown as answers.

Culture JS disappeared in 2014.3.1411

1 Answer 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Informed Sources
Top achievements
Rank 1
Informed Sources asked on 12 Feb 2015, 11:59 AM
I've been using this script to get around errors with the grid saving Australian dates. In the latest release this file has disappeared and the problems are back.


<script src="@Url.Content("~/Scripts/kendo/2014.3.1411/cultures/kendo.culture.en-AU.min.js")"></script>
    
    <script>
        @{
            var culture = System.Threading.Thread.CurrentThread.CurrentCulture.ToString();
        }
    kendo.culture("@culture");
    var culture = kendo.culture();
    culture.calendar.patterns.F = "dd MMM yyyy";
    </script>

1 Answer, 1 is accepted

Sort by
0
Informed Sources
Top achievements
Rank 1
answered on 12 Feb 2015, 12:19 PM
I fixed it. For some reason the upgrade wizard deleted the cultures folder. I found it in the recycle bin. I restored it and it works again.
Tags
Grid
Asked by
Informed Sources
Top achievements
Rank 1
Answers by
Informed Sources
Top achievements
Rank 1
Share this question
or