Skip to content

Commit 88f9040

Browse files
vignesh.natarajan@syncfusion.comvignesh.natarajan@syncfusion.com
authored andcommitted
file name changed
1 parent 7fe75c1 commit 88f9040

File tree

24 files changed

+22
-23
lines changed

24 files changed

+22
-23
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.8.34525.116
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridWASM_MSSQL_UrlAdaptor", "GridWASM_MSSQL_UrlAdaptor\GridWASM_MSSQL_UrlAdaptor.csproj", "{A7057820-1618-4997-88E8-CEE6A520BA95}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grid_MSSQL", "Grid_MSSQL\Grid_MSSQL.csproj", "{F6B71760-1C5B-4AA7-87C1-0BCF93FF2302}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{A7057820-1618-4997-88E8-CEE6A520BA95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{A7057820-1618-4997-88E8-CEE6A520BA95}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{A7057820-1618-4997-88E8-CEE6A520BA95}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{A7057820-1618-4997-88E8-CEE6A520BA95}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{F6B71760-1C5B-4AA7-87C1-0BCF93FF2302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{F6B71760-1C5B-4AA7-87C1-0BCF93FF2302}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{F6B71760-1C5B-4AA7-87C1-0BCF93FF2302}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{F6B71760-1C5B-4AA7-87C1-0BCF93FF2302}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {FD56524F-8ACD-472C-A7E5-3BC97A9F5032}
23+
SolutionGuid = {7EA25879-C1E2-4A09-998C-FAFACE6E7658}
2424
EndGlobalSection
2525
EndGlobal
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="top-row ps-3 navbar navbar-dark">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="">GridWASM_MSSQL_UrlAdaptor</a>
3+
<a class="navbar-brand" href="">Grid_MSSQL</a>
44
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
55
<span class="navbar-toggler-icon"></span>
66
</button>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@page "/"
2-
32
@using Syncfusion.Blazor.Grids
43
@using Syncfusion.Blazor.Data
54
@using Syncfusion.Blazor
@@ -37,7 +36,7 @@
3736
</GridAggregateColumns>
3837
</GridAggregate>
3938
</GridAggregates>
40-
<GridColumns>
39+
<GridColumns>
4140
<GridColumn Field=@nameof(Order.OrderID) HeaderText="Order ID" IsIdentity="true" IsPrimaryKey="true" TextAlign="TextAlign.Right" Width="120"></GridColumn>
4241
<GridColumn Field=@nameof(Order.CustomerID) HeaderText="Customer Name" Width="150"></GridColumn>
4342
<GridColumn Field=@nameof(Order.EmployeeID) HeaderText="Employee ID" TextAlign="TextAlign.Right" Width="150"></GridColumn>

0 commit comments

Comments
 (0)