Skip to content

Commit 3db3fc6

Browse files
committed
chore: update binding to datatable sample to version 2019.2.514
1 parent bbd2903 commit 3db3fc6

30 files changed

+54
-73907
lines changed
Binary file not shown.
Binary file not shown.

grid/binding-to-datatable/KendoUIMVC5/KendoUIMVC5.csproj

+13-14
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
<AppDesignerFolder>Properties</AppDesignerFolder>
1414
<RootNamespace>KendoUIMVC5</RootNamespace>
1515
<AssemblyName>KendoUIMVC5</AssemblyName>
16-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
1717
<MvcBuildViews>false</MvcBuildViews>
1818
<UseIISExpress>true</UseIISExpress>
1919
<IISExpressSSLPort />
2020
<IISExpressAnonymousAuthentication />
2121
<IISExpressWindowsAuthentication />
2222
<IISExpressUseClassicPipelineMode />
2323
<UseGlobalApplicationHostFile />
24+
<TargetFrameworkProfile />
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2627
<DebugSymbols>true</DebugSymbols>
@@ -54,8 +55,7 @@
5455
<HintPath>..\packages\NPOI.2.0.6\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
5556
</Reference>
5657
<Reference Include="Kendo.Mvc">
57-
<HintPath>..\lib\KENDOUIMVC\2014.2.1008.545\Kendo.Mvc.dll</HintPath>
58-
<Private>True</Private>
58+
<HintPath>..\lib\KENDOUIMVC\2019.2.514\Kendo.Mvc.dll</HintPath>
5959
</Reference>
6060
<Reference Include="Microsoft.CSharp" />
6161
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -79,6 +79,7 @@
7979
</Reference>
8080
<Reference Include="System" />
8181
<Reference Include="System.Data" />
82+
<Reference Include="System.Data.DataSetExtensions" />
8283
<Reference Include="System.Data.Entity" />
8384
<Reference Include="System.Drawing" />
8485
<Reference Include="System.Runtime.Serialization" />
@@ -87,44 +88,42 @@
8788
<Reference Include="System.Web.Entity" />
8889
<Reference Include="System.Web.ApplicationServices" />
8990
<Reference Include="System.ComponentModel.DataAnnotations" />
90-
<Reference Include="System.Core" />
91-
<Reference Include="System.Data.DataSetExtensions" />
91+
<Reference Include="System.Web.Extensions" />
9292
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
93+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
96-
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97-
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
96+
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
9898
<Private>True</Private>
9999
</Reference>
100100
<Reference Include="System.Web.Optimization">
101101
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
102102
</Reference>
103103
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104-
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
104+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
105105
<Private>True</Private>
106106
</Reference>
107107
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
108+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
109109
<Private>True</Private>
110110
</Reference>
111111
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
112-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
112+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
113113
<Private>True</Private>
114114
</Reference>
115115
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116-
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
116+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
117117
<Private>True</Private>
118118
</Reference>
119-
<Reference Include="System.Xml.Linq" />
120119
<Reference Include="System.Web" />
121-
<Reference Include="System.Web.Extensions" />
122120
<Reference Include="System.Web.Abstractions" />
123121
<Reference Include="System.Web.Routing" />
124122
<Reference Include="System.Xml" />
125123
<Reference Include="System.Configuration" />
126124
<Reference Include="System.Web.Services" />
127125
<Reference Include="System.EnterpriseServices" />
126+
<Reference Include="System.Xml.Linq" />
128127
<Reference Include="WebGrease">
129128
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
130129
</Reference>

grid/binding-to-datatable/KendoUIMVC5/Views/Shared/_Layout.cshtml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<title>@ViewBag.Title - My Telerik MVC Application</title>
99
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
1010

11-
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.common.min.css">
12-
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.1026/styles/kendo.default.min.css">
11+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.2.514/styles/kendo.common.min.css">
12+
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.2.514/styles/kendo.default.min.css">
1313

1414
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
15-
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/kendo.all.min.js"></script>
16-
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/kendo.aspnetmvc.min.js"></script>
15+
<script src="https://kendo.cdn.telerik.com/2019.2.514/js/kendo.all.min.js"></script>
16+
<script src="https://kendo.cdn.telerik.com/2019.2.514/js/kendo.aspnetmvc.min.js"></script>
1717

1818
<script src="@Url.Content("~/Scripts/kendo.modernizr.custom.js")"></script>
1919

20-
<script src="https://kendo.cdn.telerik.com/2017.3.1026/js/cultures/kendo.culture.@(culture).min.js"></script>
20+
<script src="https://kendo.cdn.telerik.com/2019.2.514/js/cultures/kendo.culture.@(culture).min.js"></script>
2121
<script>
2222
kendo.culture("@culture");
2323
</script>

grid/binding-to-datatable/KendoUIMVC5/Views/web.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<add namespace="System.Web.Mvc.Html" />
1818
<add namespace="System.Web.Optimization" />
1919
<add namespace="System.Web.Routing" />
20-
<add namespace="KendoUIMVC5" />
2120
<add namespace="Kendo.Mvc.UI" />
21+
<add namespace="KendoUIMVC5" />
2222
</namespaces>
2323
</pages>
2424
</system.web.webPages.razor>
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,70 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0"?>
22
<!--
33
For more information on how to configure your ASP.NET application, please visit
44
http://go.microsoft.com/fwlink/?LinkId=301880
55
-->
66
<configuration>
77
<configSections>
88
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
9-
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
9+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
1010
</configSections>
1111
<appSettings>
12-
<add key="webpages:Version" value="3.0.0.0" />
13-
<add key="webpages:Enabled" value="false" />
14-
<add key="ClientValidationEnabled" value="true" />
15-
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
12+
<add key="webpages:Version" value="3.0.0.0"/>
13+
<add key="webpages:Enabled" value="false"/>
14+
<add key="ClientValidationEnabled" value="true"/>
15+
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
1616
</appSettings>
17+
<!--
18+
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
19+
20+
The following attributes can be set on the <httpRuntime> tag.
21+
<system.Web>
22+
<httpRuntime targetFramework="4.6.2" />
23+
</system.Web>
24+
-->
1725
<system.web>
18-
<globalization culture="en-US" uiCulture="en-US" />
19-
<compilation debug="true" targetFramework="4.5">
26+
<globalization culture="en-US" uiCulture="en-US"/>
27+
<compilation debug="true" targetFramework="4.6.2">
2028
<assemblies>
21-
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
29+
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
2230
</assemblies>
2331
</compilation>
24-
<httpRuntime targetFramework="4.5" />
32+
<httpRuntime targetFramework="4.5"/>
2533
<pages>
2634
<namespaces>
27-
<add namespace="Kendo.Mvc.UI" />
35+
<add namespace="Kendo.Mvc.UI"/>
2836
</namespaces>
2937
</pages>
3038
</system.web>
3139
<runtime>
3240
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
3341
<dependentAssembly>
34-
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
35-
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
42+
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
43+
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
3644
</dependentAssembly>
3745
<dependentAssembly>
38-
<assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral" />
39-
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
46+
<assemblyIdentity name="EntityFramework" publicKeyToken="b77a5c561934e089" culture="neutral"/>
47+
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
4048
</dependentAssembly>
4149
<dependentAssembly>
42-
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
43-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
50+
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
51+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
4452
</dependentAssembly>
4553
<dependentAssembly>
46-
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
47-
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
54+
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
55+
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
4856
</dependentAssembly>
4957
<dependentAssembly>
50-
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
51-
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
58+
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
59+
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
5260
</dependentAssembly>
5361
</assemblyBinding>
5462
</runtime>
5563
<entityFramework>
56-
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
64+
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
5765
</entityFramework>
5866
<connectionStrings>
59-
<add name="NorthwindEntities" connectionString="data source=(LocalDB)\mssqllocaldb;attachdbfilename=|DataDirectory|\Sample.mdf;integrated security=True;" providerName="System.Data.EntityClient" />
60-
<add name="SampleEntities" connectionString="metadata=res://*/Models.Northwind.csdl|res://*/Models.Northwind.ssdl|res://*/Models.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\mssqllocaldb;attachdbfilename=|DataDirectory|\Sample.mdf;integrated security=True;multipleactiveresultsets=True;application name=EntityFramework&quot;" providerName="System.Data.EntityClient" />
67+
<add name="NorthwindEntities" connectionString="data source=(LocalDB)\mssqllocaldb;attachdbfilename=|DataDirectory|\Sample.mdf;integrated security=True;" providerName="System.Data.EntityClient"/>
68+
<add name="SampleEntities" connectionString="metadata=res://*/Models.Northwind.csdl|res://*/Models.Northwind.ssdl|res://*/Models.Northwind.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\mssqllocaldb;attachdbfilename=|DataDirectory|\Sample.mdf;integrated security=True;multipleactiveresultsets=True;application name=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
6169
</connectionStrings>
6270
</configuration>

grid/binding-to-datatable/KendoUIMVC5/packages.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<package id="DocumentFormat.OpenXml" version="2.5" targetFramework="net45" />
66
<package id="EntityFramework" version="5.0.0" targetFramework="net45" />
77
<package id="jQuery" version="1.10.2" targetFramework="net45" />
8-
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" />
9-
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" />
8+
<package id="Microsoft.AspNet.Mvc" version="5.2.7" targetFramework="net45" />
9+
<package id="Microsoft.AspNet.Razor" version="3.2.7" targetFramework="net45" />
1010
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net45" />
11-
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" />
11+
<package id="Microsoft.AspNet.WebPages" version="3.2.7" targetFramework="net45" />
1212
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
1313
<package id="Modernizr" version="2.6.2" targetFramework="net45" />
1414
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net45" />
Binary file not shown.

0 commit comments

Comments
 (0)