Skip to content

Commit 9f689ec

Browse files
983239: updated
1 parent 84973a6 commit 9f689ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/treegrid/how-to/show-or-hide-columns-in-dialog-editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Show or Hide Columns in Dialog Editing in Blazor TreeGrid Component
1111

12-
You can control the visibility of TreeGrid columns during dialog editing by using **Template** customization. This allows hidden columns to be shown and visible columns to be hidden dynamically when editing a record.
12+
Column visibility in the Blazor TreeGrid component during dialog editing can be dynamically controlled using **Template** customization. This approach enables hidden columns to be displayed and visible columns to be hidden when editing a record.
1313

1414
In the following example:
1515
- The `Progress` column is initially hidden but made visible during editing.

0 commit comments

Comments
 (0)