Skip to content

Commit fff6ab4

Browse files
VelinovAngelnikolay-nenkov
authored andcommitted
Fix: Some wrong codeblocks
1 parent 080929f commit fff6ab4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

knowledge-base/grid-column-in-custom-component-is-last.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can observe and reproduce the same behavior with the example below.
4242
4343
![simulate grid columns rendering order with custom components](images/grid-column-rendering-order-simulation-with-nested-components.PNG)
4444

45-
````GridColumnMimic.razor
45+
````RAZOR GridColumnMimic
4646
@* This mimics the <GridColumn> tag *@
4747
4848
<h3>Column Mimic - @Id</h3>
@@ -62,8 +62,7 @@ You can observe and reproduce the same behavior with the example below.
6262
}
6363
}
6464
````
65-
66-
````NestedComponent.razor
65+
````RAZOR NestedComponent
6766
@* This is the custom component that adds grid columns *@
6867
6968
<GridColumnMimic Id="@Id"></GridColumnMimic>
@@ -73,8 +72,7 @@ You can observe and reproduce the same behavior with the example below.
7372
public int Id { get; set; }
7473
}
7574
````
76-
77-
````Index.razor
75+
````RAZOR Index
7876
@page "/"
7977
8078
<CascadingValue Value="this">

0 commit comments

Comments
 (0)