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: examples/Demo/Shared/Pages/DataGrid/DataGridPage.razor
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
<h2id="sorting">Sorting</h2>
59
59
<p>
60
60
The DataGrid supports sorting by clicking on the column headers. The default sort direction is ascending. Clicking on the same column header again will toggle the sort direction.
61
-
A sort can be removed by right clicking on the header column (with exception of the default sort).
61
+
A sort can be removed by right clicking (or by pressing Shift+R) on the header column (with exception of the default sort).
Copy file name to clipboardExpand all lines: src/Core/Components/DataGrid/FluentDataGridCell.razor.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public partial class FluentDataGridCell<TGridItem> : FluentComponentBase
79
79
.AddStyle("height",$"{(int)Grid.RowSize}px",()=>!Grid.EffectiveLoadingValue&&!Grid.Virtualize&&!Grid.MultiLine&&(Grid.Itemsis not null||Grid.ItemsProvideris not null))
0 commit comments