Skip to content

Commit 527ae1b

Browse files
author
SadhanaBaskaran
committed
1008467: Updated the CustomAdaptor documentation samples in DataGrid
1 parent 38df196 commit 527ae1b

File tree

84 files changed

+959
-345
lines changed

Some content is hidden

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

84 files changed

+959
-345
lines changed

CustomAdaptor/Components/EmployeeData.cs

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

CustomAdaptor/Components/Pages/Counter.razor

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

CustomAdaptor/Components/Pages/Home.razor

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

CustomAdaptor/Components/Pages/OrderData.cs

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

CustomAdaptor/CustomAdaptor.sln

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

CustomAdaptor/CustomAdaptor.slnx

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

CustomAdaptor/Components/App.razor renamed to CustomAdaptor/CustomAdaptor/Components/App.razor

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +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["CustomAdaptor.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-
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
16-
15+
<HeadOutlet @rendermode="InteractiveServer" />
1716
</head>
1817

1918
<body>
19+
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
2020
<Routes @rendermode="InteractiveServer" />
21-
<script src="_framework/blazor.web.js"></script>
21+
<ReconnectModal />
22+
<script src="@Assets["_framework/blazor.web.js"]"></script>
2223
</body>
2324

2425
</html>

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

File renamed without changes.

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

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)