Skip to content

Commit 07b0d79

Browse files
author
SadhanaBaskaran
committed
1008467: Updated the WebApiAdaptor documentation samples in DataGrid
1 parent 38df196 commit 07b0d79

File tree

74 files changed

+852
-292
lines changed

Some content is hidden

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

74 files changed

+852
-292
lines changed

WebApiAdaptor/Components/Pages/Home.razor

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

WebApiAdaptor/Controllers/GridController.cs

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

WebApiAdaptor/Models/OrdersDetails.cs

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

WebApiAdaptor/WebApiAdaptor.sln

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

WebApiAdaptor/WebApiAdaptor.slnx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="WebApiAdaptor/WebApiAdaptor.csproj" />
3+
</Solution>

WebApiAdaptor/Components/App.razor renamed to WebApiAdaptor/WebApiAdaptor/Components/App.razor

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<base href="/" />
8+
<ResourcePreloader />
89
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
910
<link rel="stylesheet" href="@Assets["app.css"]" />
1011
<link rel="stylesheet" href="@Assets["WebApiAdaptor.styles.css"]" />
1112
<ImportMap />
1213
<link rel="icon" type="image/png" href="favicon.png" />
13-
<HeadOutlet @rendermode="InteractiveServer" />
1414
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
15+
<HeadOutlet @rendermode="InteractiveServer" />
1516
</head>
1617

1718
<body>
18-
<Routes @rendermode="InteractiveServer" />
19-
<script src="_framework/blazor.web.js"></script>
2019
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
20+
<Routes @rendermode="InteractiveServer" />
21+
<ReconnectModal />
22+
<script src="@Assets["_framework/blazor.web.js"]"></script>
2123
</body>
2224

2325
</html>

WebApiAdaptor/Components/Layout/MainLayout.razor renamed to WebApiAdaptor/WebApiAdaptor/Components/Layout/MainLayout.razor

File renamed without changes.

WebApiAdaptor/Components/Layout/MainLayout.razor.css renamed to WebApiAdaptor/WebApiAdaptor/Components/Layout/MainLayout.razor.css

File renamed without changes.
File renamed without changes.

WebApiAdaptor/Components/Layout/NavMenu.razor.css renamed to WebApiAdaptor/WebApiAdaptor/Components/Layout/NavMenu.razor.css

File renamed without changes.

0 commit comments

Comments
 (0)