Skip to content

Commit 2360896

Browse files
Copilotcsharpfritz
andcommitted
Fix DataGrid navigation tree indentation
Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com>
1 parent c17ba19 commit 2360896

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

samples/AfterBlazorServerSide/Components/Layout/NavMenu.razor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
<TreeNode NavigateUrl="/ControlSamples/DataList/RepeatColumns" Text="Repeat Columns" />
4949
</TreeNode>
5050

51-
<TreeNode Text="DataGrid" NavigateUrl="/ControlSamples/DataGrid" Expanded="false">
52-
<TreeNode NavigateUrl="/ControlSamples/DataGrid" Text="Default" />
53-
<TreeNode NavigateUrl="/ControlSamples/DataGrid/AutoGeneratedColumns" Text="Auto-Generated Columns" />
54-
<TreeNode NavigateUrl="/ControlSamples/DataGrid/ShowHideHeader" Text="Show/Hide Header" />
55-
</TreeNode>
51+
<TreeNode Text="DataGrid" NavigateUrl="/ControlSamples/DataGrid" Expanded="false">
52+
<TreeNode NavigateUrl="/ControlSamples/DataGrid" Text="Default" />
53+
<TreeNode NavigateUrl="/ControlSamples/DataGrid/AutoGeneratedColumns" Text="Auto-Generated Columns" />
54+
<TreeNode NavigateUrl="/ControlSamples/DataGrid/ShowHideHeader" Text="Show/Hide Header" />
55+
</TreeNode>
5656

5757
<TreeNode Text="FormView">
5858
<TreeNode NavigateUrl="/ControlSamples/FormView/Simple" Text="Simple Readonly Form" />

0 commit comments

Comments
 (0)