Skip to content

Commit 2ff9e4d

Browse files
chore(grid): update datasourcerequest samples to latest
1 parent 1527273 commit 2ff9e4d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

grid/datasourcerequest-on-server/ServerApp/ServerApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.11.0" />
8+
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.14.1" />
99
</ItemGroup>
1010

1111
</Project>

grid/datasourcerequest-on-server/WasmApp/Client/WasmApp.Client.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.0-preview4.20210.8" />
10-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.0-preview4.20210.8" />
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.0-preview4.20210.8" />
12-
<PackageReference Include="System.Net.Http.Json" Version="3.2.0-preview5.20210.3" />
13-
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.11.0" />
9+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.0" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.0" />
12+
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
13+
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.14.1" />
1414
</ItemGroup>
1515
<ItemGroup>
1616
<ProjectReference Include="..\Shared\WasmApp.Shared.csproj" />

grid/datasourcerequest-on-server/WasmApp/Server/WasmApp.Server.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0-preview4.20210.8" />
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
10-
<PackageReference Include="Telerik.DataSource" Version="2.0.2" />
8+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0" />
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.5" />
10+
<PackageReference Include="Telerik.DataSource" Version="2.0.3" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

grid/datasourcerequest-on-server/WebApiFromServerApp/SampleWebApi/SampleWebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Telerik.DataSource" Version="2.0.2" />
8+
<PackageReference Include="Telerik.DataSource" Version="2.0.3" />
99
</ItemGroup>
1010

1111
<ItemGroup>

grid/datasourcerequest-on-server/WebApiFromServerApp/WebApiFromServerApp/WebApiFromServerApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.11.0" />
8+
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.14.1" />
99
</ItemGroup>
1010

1111
<ItemGroup>

grid/datasourcerequest-on-server/WebApiFromServerApp/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ There are a few specifics to this scenario:
1515

1616
* Due to the behaviors described above, it is important to specify the deserialization options in the blazor app service to ignore casing - the API returns, by default, the field names in camelCase, as opposed to the PascalCase expected in C#. This can break the deserialization of the list of the data.
1717

18-
In this sample, both apps start up immediately for brevity. It is expected that you see two browser tabs open when you run the solution and that the one calling the WebAPI will be empty - it does not have a Get action.
18+
In this sample, both apps start up immediately for brevity. It is expected that you see two browser tabs open when you run the solution and that the one calling the WebAPI will be empty - it does not have a Get action. If both projects don't start on their own, start the WebAPI project yourself so the Blazor app can call it.

0 commit comments

Comments
 (0)