Skip to content

Commit

Permalink
Merge pull request #2 from Backiaraj/grid
Browse files Browse the repository at this point in the history
Update the project
  • Loading branch information
rajendranr-5483 authored Oct 13, 2023
2 parents 6f1047c + 16b9d09 commit 79ca412
Show file tree
Hide file tree
Showing 53 changed files with 581 additions and 485,156 deletions.
6 changes: 4 additions & 2 deletions BlazorApp1/App.razor → App.razor
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Router AppAssembly="@typeof(Program).Assembly">
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
<p role="alert">Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
16 changes: 16 additions & 0 deletions BindComplexDataToGrid.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Syncfusion.Blazor.DropDowns" Version="23.1.38" />
<PackageReference Include="Syncfusion.Blazor.Grid" Version="23.1.38" />
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="23.1.38" />
<PackageReference Include="Syncfusion.Blazor.Themes" Version="23.1.38" />
</ItemGroup>

</Project>
16 changes: 8 additions & 8 deletions BlazorApp1/BlazorApp1.sln → BindComplexDataToGrid.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29311.281
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorApp1", "BlazorApp1.csproj", "{8F3D6DA2-ED85-46AA-B5FF-3A02C2F8F0EB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindComplexDataToGrid", "BindComplexDataToGrid.csproj", "{5BB43231-CE22-4DAC-B60C-8654A0AB0684}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F3D6DA2-ED85-46AA-B5FF-3A02C2F8F0EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F3D6DA2-ED85-46AA-B5FF-3A02C2F8F0EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F3D6DA2-ED85-46AA-B5FF-3A02C2F8F0EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F3D6DA2-ED85-46AA-B5FF-3A02C2F8F0EB}.Release|Any CPU.Build.0 = Release|Any CPU
{5BB43231-CE22-4DAC-B60C-8654A0AB0684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB43231-CE22-4DAC-B60C-8654A0AB0684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB43231-CE22-4DAC-B60C-8654A0AB0684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB43231-CE22-4DAC-B60C-8654A0AB0684}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDDE275F-AAE3-490F-AF8E-B46D5BCF9DDC}
SolutionGuid = {DA530BD6-014D-4817-9619-F151EC15CA65}
EndGlobalSection
EndGlobal
Binary file removed BlazorApp1/.vs/BlazorApp1/DesignTimeBuild/.dtbcache
Binary file not shown.
999 changes: 0 additions & 999 deletions BlazorApp1/.vs/BlazorApp1/config/applicationhost.config

This file was deleted.

Binary file removed BlazorApp1/.vs/BlazorApp1/v16/.suo
Binary file not shown.
Empty file.
Binary file not shown.
9 changes: 0 additions & 9 deletions BlazorApp1/BlazorApp1.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions BlazorApp1/Pages/_Host.cshtml

This file was deleted.

28 changes: 0 additions & 28 deletions BlazorApp1/Program.cs

This file was deleted.

14 changes: 0 additions & 14 deletions BlazorApp1/Shared/MainLayout.razor

This file was deleted.

37 changes: 0 additions & 37 deletions BlazorApp1/Shared/NavMenu.razor

This file was deleted.

58 changes: 0 additions & 58 deletions BlazorApp1/Startup.cs

This file was deleted.

9 changes: 0 additions & 9 deletions BlazorApp1/appsettings.Development.json

This file was deleted.

7 changes: 0 additions & 7 deletions BlazorApp1/wwwroot/css/bootstrap/bootstrap.min.css

This file was deleted.

1 change: 0 additions & 1 deletion BlazorApp1/wwwroot/css/bootstrap/bootstrap.min.css.map

This file was deleted.

Loading

0 comments on commit 79ca412

Please sign in to comment.