Skip to content

Commit 74dcc1c

Browse files
committed
chore: update editing nullable boolean example to ver. 2018.1.221
1 parent d4a03a6 commit 74dcc1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+41624
-23372
lines changed

grid/grid-inline-editing-with-nullable-boolean/KendoUIMVC5/KendoUIMVC5.csproj

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<IISExpressAnonymousAuthentication />
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
23+
<UseGlobalApplicationHostFile />
2324
</PropertyGroup>
2425
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2526
<DebugSymbols>true</DebugSymbols>
@@ -49,8 +50,7 @@
4950
<HintPath>..\packages\EntityFramework.6.0.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
5051
</Reference>
5152
<Reference Include="Kendo.Mvc">
52-
<HintPath>..\lib\KENDOUIMVC\2014.2.1008.545\Kendo.Mvc.dll</HintPath>
53-
<Private>True</Private>
53+
<HintPath>..\lib\KENDOUIMVC\2018.1.221\Kendo.Mvc.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.CSharp" />
5656
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -70,31 +70,31 @@
7070
<Reference Include="System.Core" />
7171
<Reference Include="System.Data.DataSetExtensions" />
7272
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73-
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.Helpers.dll</HintPath>
73+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
74+
<Private>True</Private>
7575
</Reference>
76-
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77-
<SpecificVersion>False</SpecificVersion>
78-
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.1.2\lib\net45\System.Web.Mvc.dll</HintPath>
76+
<Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
78+
<Private>True</Private>
7979
</Reference>
8080
<Reference Include="System.Web.Optimization">
8181
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
8282
</Reference>
8383
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84-
<SpecificVersion>False</SpecificVersion>
85-
<HintPath>..\packages\Microsoft.AspNet.Razor.3.1.2\lib\net45\System.Web.Razor.dll</HintPath>
84+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
85+
<Private>True</Private>
8686
</Reference>
8787
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88-
<SpecificVersion>False</SpecificVersion>
89-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.dll</HintPath>
88+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
89+
<Private>True</Private>
9090
</Reference>
9191
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92-
<SpecificVersion>False</SpecificVersion>
93-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
92+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
93+
<Private>True</Private>
9494
</Reference>
9595
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96-
<SpecificVersion>False</SpecificVersion>
97-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.1.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
96+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
97+
<Private>True</Private>
9898
</Reference>
9999
<Reference Include="System.Xml.Linq" />
100100
<Reference Include="System.Web" />
@@ -157,6 +157,7 @@
157157
</ItemGroup>
158158
<ItemGroup>
159159
<Folder Include="App_Data\" />
160+
<Folder Include="bin\" />
160161
</ItemGroup>
161162
<ItemGroup>
162163
<Content Include="packages.config" />

grid/grid-inline-editing-with-nullable-boolean/KendoUIMVC5/Views/Shared/_Layout.cshtml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,14 @@
77

88
<title>@ViewBag.Title - My Telerik MVC Application</title>
99
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
10-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
11-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
12-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
13-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
14-
<link href="http://cdn.kendostatic.com/2014.3.1119/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
15-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/jquery.min.js"></script>
16-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.all.min.js"></script>
17-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/kendo.aspnetmvc.min.js"></script>
18-
<script src="@Url.Content("~/Scripts/kendo.modernizr.custom.js")"></script>
10+
<link href="http://kendo.cdn.telerik.com/2018.1.221/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
11+
<link href="http://kendo.cdn.telerik.com/2018.1.221/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
12+
13+
<script src="http://kendo.cdn.telerik.com/2018.1.221/js/jquery.min.js"></script>
14+
<script src="http://kendo.cdn.telerik.com/2018.1.221/js/kendo.all.min.js"></script>
15+
<script src="http://kendo.cdn.telerik.com/2018.1.221/js/kendo.aspnetmvc.min.js"></script>
1916

20-
<script src="http://cdn.kendostatic.com/2014.3.1119/js/cultures/kendo.culture.@(culture).min.js"></script>
17+
<script src="http://kendo.cdn.telerik.com/2018.1.221/js/cultures/kendo.culture.@(culture).min.js"></script>
2118
<script>
2219
kendo.culture("@culture");
2320
</script>

grid/grid-inline-editing-with-nullable-boolean/KendoUIMVC5/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<packages>
33
<package id="Antlr" version="3.4.1.9004" targetFramework="net45" />
44
<package id="EntityFramework" version="6.0.1" targetFramework="net45" />
5-
<package id="Microsoft.AspNet.Mvc" version="5.1.2" targetFramework="net45" />
6-
<package id="Microsoft.AspNet.Razor" version="3.1.2" targetFramework="net45" />
5+
<package id="Microsoft.AspNet.Mvc" version="5.2.4" targetFramework="net45" />
6+
<package id="Microsoft.AspNet.Razor" version="3.2.4" targetFramework="net45" />
77
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
8-
<package id="Microsoft.AspNet.WebPages" version="3.1.2" targetFramework="net45" />
8+
<package id="Microsoft.AspNet.WebPages" version="3.2.4" targetFramework="net45" />
99
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
1010
<package id="Modernizr" version="2.6.2" targetFramework="net45" />
1111
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net45" />

grid/grid-inline-editing-with-nullable-boolean/KendoUIMVC5/web.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
</system.web>
2929
<runtime>
3030
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
31+
<dependentAssembly>
32+
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
33+
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
34+
</dependentAssembly>
3135
<dependentAssembly>
3236
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
3337
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
@@ -38,11 +42,7 @@
3842
</dependentAssembly>
3943
<dependentAssembly>
4044
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
41-
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
42-
</dependentAssembly>
43-
<dependentAssembly>
44-
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
45-
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
45+
<bindingRedirect oldVersion="0.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
4646
</dependentAssembly>
4747
</assemblyBinding>
4848
</runtime>
-1.52 MB
Binary file not shown.
-22.5 KB
Binary file not shown.
-20 KB
Binary file not shown.
-20 KB
Binary file not shown.
-20.5 KB
Binary file not shown.

grid/grid-inline-editing-with-nullable-boolean/lib/KENDOUIMVC/2014.2.1008.545/distribution.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)