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
+26-55Lines changed: 26 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ 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. The `Save` and `Cancel` commands are disabled when there is no row in edit mode.
40
+
39
41
### Layout Tools
40
42
41
43
| Tool Name | Tool Tag | Description |
@@ -84,45 +86,16 @@ Add a `<GridToolBar>` tag inside `<TelerikGrid>` to configure a toolbar, for exa
0 commit comments