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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ The [Blazor Grid](https://demos.telerik.com/blazor-ui/grid/overview) provides se
22
22
23
23
| Tool Name | Tool Tag | Description |
24
24
| --- | --- | --- |
25
-
| Add |`GridToolBarAddTool`| An Add common button that fires the [`OnAdd` event](slug:grid-editing-overview#events). |
26
-
| Cancel |`GridToolBarCancelEditTool`| A Cancel command button that applies to the row in edit mode and fires [`OnCancel`](slug:grid-editing-overview#events). [`Inline`](slug:grid-editing-inline) or [`Popup`](slug:grid-editing-popup) editing mode is required. |
27
-
| CsvExport |`GridToolBarCsvExportTool`|An export command for CSV files that fires the [`OnBeforeExport` event](slug:grid-export-events#onbeforeexport). |
28
-
| Delete |`GridToolBarDeleteTool`| A Delete command for the selected row that fires [`OnDelete`](slug:grid-editing-overview#events). Row selection and editing are required. |
29
-
| Edit |`GridToolBarEditTool`| An Edit command button for the selected row that fires [`OnEdit`](slug:grid-editing-overview#events). Row selection and `Inline` or `Popup` editing mode are required. |
30
-
| ExcelExport |`GridToolBarExcelExportTool`| An export command for Excel files that fires the [`OnBeforeExport` event](slug:grid-export-events#onbeforeexport). |
25
+
| Add |`GridToolBarAddTool`| An `Add` command button that fires the [`OnAdd` event](slug:grid-editing-overview#events). |
26
+
| Cancel |`GridToolBarCancelEditTool`| A `Cancel` command button that applies to the row in edit mode and fires [`OnCancel`](slug:grid-editing-overview#events). [`Inline`](slug:grid-editing-inline) or [`Popup`](slug:grid-editing-popup) editing mode is required. |
27
+
| CsvExport |`GridToolBarCsvExportTool`|A `CsvExport` command for CSV files that fires the [`OnBeforeExport` event](slug:grid-export-events#onbeforeexport). |
28
+
| Delete |`GridToolBarDeleteTool`| A `Delete` command for the selected row that fires [`OnDelete`](slug:grid-editing-overview#events). Row selection and editing are required. |
29
+
| Edit |`GridToolBarEditTool`| An `Edit` command button for the selected row that fires [`OnEdit`](slug:grid-editing-overview#events). Row selection and `Inline` or `Popup` editing mode are required. |
30
+
| ExcelExport |`GridToolBarExcelExportTool`| An `ExcelExport` command for Excel files that fires the [`OnBeforeExport` event](slug:grid-export-events#onbeforeexport). |
31
31
| Filter |`GridToolBarFilterTool`| A toggle button that opens UI for filtering. On desktop screens, it displays a popup with a filter menu; on mobile devices, it renders an `ActionSheet`. The filter component has two views: one for selecting the column to filter, and another for applying the filter to the selected column. The tool also exposes an `Icon` parameter that allows you to override the default icon. |
32
32
| Group |`GridToolBarGroupTool`| A toggle button that opens a list of the groupable columns. Click a column to group 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. |
33
-
| Save |`GridToolBarSaveEditTool`| A Save command button for the row in edit mode that fires [`OnUpdate` or `OnCreate`](slug:grid-editing-overview#events). [`Inline`](slug:grid-editing-inline) or [`Popup`](slug:grid-editing-popup) editing mode is required. |
33
+
| Save |`GridToolBarSaveEditTool`| A `Save` command button for the row in edit mode that fires [`OnUpdate` or `OnCreate`](slug:grid-editing-overview#events). [`Inline`](slug:grid-editing-inline) or [`Popup`](slug:grid-editing-popup) editing mode is required. |
34
34
| Select All |`GridToolBarSelectAllTool`| A checkbox that selects all rows, according to the [Grid Checkbox column](slug:components/grid/columns/checkbox) configuration. |
35
35
| 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. |
36
36
| SearchBox |`GridToolBarSearchBoxTool`| A [searchbox that filters multiple string columns](slug:grid-searchbox) simultaneously. |
0 commit comments