Skip to content

Commit bdaaa94

Browse files
committed
Update the demo to use Kendo UI Q3 2014 release
1 parent 06a4c13 commit bdaaa94

20 files changed

+11
-47117
lines changed

scheduler/scheduler-custom-editor/SchedulerCustomEditor/SchedulerCustomEditor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<Reference Include="EntityFramework">
4949
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Kendo.Mvc, Version=2013.3.1119.340, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
51+
<Reference Include="Kendo.Mvc, Version=2014.3.1119.340, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\lib\KENDOUIMVC\2013.3.1119.340\Kendo.Mvc.dll</HintPath>
53+
<HintPath>..\..\..\..\..\Program Files (x86)\Telerik\UI for ASP.NET MVC Q3 2014\wrappers\aspnetmvc\Binaries\Mvc3\Kendo.Mvc.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Microsoft.CSharp" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@model object
22

3-
@Html.TextBoxFor(model => model, new {@class="k-textbox" })
3+
@Html.Kendo().TextBoxFor(model => model)

scheduler/scheduler-custom-editor/SchedulerCustomEditor/Views/Shared/_Layout.cshtml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
<head>
44
<title>@ViewBag.Title</title>
55
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
6-
<link href="http://cdn.kendostatic.com/2013.3.1119/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7-
<link href="http://cdn.kendostatic.com/2013.3.1119/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
8-
<script src="http://cdn.kendostatic.com/2013.3.1119/js/jquery.min.js"></script>
9-
<script src="http://cdn.kendostatic.com/2013.3.1119/js/kendo.all.min.js"></script>
10-
<script src="http://cdn.kendostatic.com/2013.3.1119/js/kendo.aspnetmvc.min.js"></script>
11-
<script src="http://cdn.kendostatic.com/2013.3.1119/js/kendo.timezones.min.js"></script>
6+
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
7+
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
8+
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
9+
<script src="http://cdn.kendostatic.com/2014.3.1119/js/jquery.min.js"></script>
10+
<script src="http://cdn.kendostatic.com/2014.3.1119/js/jszip.min.js"></script>
11+
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.all.min.js"></script>
12+
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.aspnetmvc.min.js"></script>
13+
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.timezones.min.js"></script>
1214
</head>
1315

1416
<body>
Binary file not shown.

0 commit comments

Comments
 (0)