You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/grid-customize-hierarchy-expand-column-blazor-grid.md
+44-30
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: How to Reorder, Lock or Resize the Hierarchy Expand/Collapse Column in Telerik Blazor Grid
3
-
description: Learn how to customize the hierarchy expand/collapse column in Telerik Blazor Grid, including changing its position, locking it, and setting its width and title.
2
+
title: Hide, Reorder, Lock or Resize the Grid Hierarchy Expand/Collapse Column
3
+
description: Learn how to hide, reorder, lock (freeze), resize, or customize (set a title) the hierarchy expand/collapse column of the Telerik Blazor Grid.
4
4
type: how-to
5
-
page_title: How to Reorder, Lock or Resize the Hierarchy Expand/Collapse Column in Telerik Blazor Grid
5
+
page_title: How to Hide, Reorder, Lock or Resize the Grid Hierarchy Expand/Collapse Column
@@ -28,10 +28,12 @@ This KB article answers the following questions:
28
28
* Is it possible to lock/freeze the expand column for a hierarchical grid?
29
29
* Can I add a title to the hierarchy expand/collapse column?
30
30
* How can I change the width of the expand column in a hierarchical Grid?
31
+
* How to hide the Grid hierarchy expand/collapse column?
32
+
* How to expand the Grid detail template with a link in the data row, instead of using the plus icon sign?
31
33
32
34
## Solution
33
35
34
-
By default, the hierarchy expand/collapse column in the Telerik UI for Blazor [Grid](slug:grid-overview) is not declared in the markup like the other data-bound columns. It renders automatically when a `DetailTemplate` is added to the Grid. At the time of writing (UI for Blazor **6.0.2**), this built-in hierarchy expand/collapse column does not support being locked or other common configurations like managing its position, setting its width, or adding a title.
36
+
By default, the hierarchy expand/collapse column in the Telerik UI for Blazor [Grid](slug:grid-overview) is not declared in the markup like the other data-bound columns. It renders automatically when a `DetailTemplate` is added to the Grid. At the time of writing (UI for Blazor **8.1.1**), this built-in hierarchy expand/collapse column does not support being locked or other common configurations like managing its position, setting its width, or adding a title.
35
37
36
38
>tip Vote for and follow the [feature request for the Grid to support controlling the position of the expand column](https://feedback.telerik.com/blazor/1647135-ability-to-control-the-position-of-the-expand-column-in-a-hierarchical-grid).
37
39
@@ -59,38 +61,49 @@ To customize the hierarchy expand/collapse column, follow these steps:
0 commit comments