Skip to content

Commit 41f8671

Browse files
authored
[DataGrid] Make Grid in ColumnBase public again #2342
1 parent a446c7e commit 41f8671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Components/DataGrid/Columns/ColumnBase.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public abstract partial class ColumnBase<TGridItem>
126126
/// <summary>
127127
/// Gets a reference to the enclosing <see cref="FluentDataGrid{TGridItem}" />.
128128
/// </summary>
129-
internal FluentDataGrid<TGridItem> Grid => InternalGridContext.Grid;
129+
public FluentDataGrid<TGridItem> Grid => InternalGridContext.Grid;
130130

131131
/// <summary>
132132
/// Event callback for when the row is clicked.

0 commit comments

Comments
 (0)