We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a446c7e commit 41f8671Copy full SHA for 41f8671
src/Core/Components/DataGrid/Columns/ColumnBase.razor.cs
@@ -126,7 +126,7 @@ public abstract partial class ColumnBase<TGridItem>
126
/// <summary>
127
/// Gets a reference to the enclosing <see cref="FluentDataGrid{TGridItem}" />.
128
/// </summary>
129
- internal FluentDataGrid<TGridItem> Grid => InternalGridContext.Grid;
+ public FluentDataGrid<TGridItem> Grid => InternalGridContext.Grid;
130
131
132
/// Event callback for when the row is clicked.
0 commit comments