Skip to content

Commit 3170d60

Browse files
authored
Update components/grid/toolbar.md
1 parent a75daef commit 3170d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The [Blazor Grid](https://demos.telerik.com/blazor-ui/grid/overview) provides se
3636
| 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. |
3737
| SearchBox | `GridToolBarSearchBoxTool` | A [searchbox that filters multiple string columns](slug:grid-searchbox) simultaneously. |
3838

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.
4040

4141
### Layout Tools
4242

0 commit comments

Comments
 (0)