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: components/grid/toolbar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The [Blazor Grid](https://demos.telerik.com/blazor-ui/grid/overview) provides se
36
36
| Sort |`GridToolBarSortTool`| A toggle button that opens a list of the sortable columns. Click a column to sort by it. On mobile devices, the popup renders as an `ActionSheet`. The tool also exposes an `Icon` parameter that allows you to override the default icon. |
37
37
| SearchBox |`GridToolBarSearchBoxTool`| A [searchbox that filters multiple string columns](slug:grid-searchbox) simultaneously. |
38
38
39
-
The `Edit` command tool is disabled if there is no [selected Grid row](slug:grid-selection-row). The `Save` and `Cancel` tools are disabled when there is no row in edit mode.
39
+
The **Edit** command button is disabled if there is no [selected Grid row](slug:grid-selection-row). The **Save** and **Cancel** buttons are disabled when there is no row in edit mode.
0 commit comments