Skip to content

Commit 3d5f577

Browse files
Update knowledge-base/grid-dynamically-adjusting-column-header-styles.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 2e42d91 commit 3d5f577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-dynamically-adjusting-column-header-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note that the [`HeaderTemplate`]({%slug grid-templates-column-header%}) does not
6363
6464
6565
@code {
66-
private List<Product> GridData { get; set; }
66+
private List<Product> GridData { get; set; } = new();
6767
private int MaxYears = 10;
6868
private int StartYear = 2020;
6969

0 commit comments

Comments
 (0)