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
@@ -28,7 +28,7 @@ The [Blazor Grid](https://demos.telerik.com/blazor-ui/grid/overview) provides se
28
28
| Delete |`GridToolBarDeleteTool`| Deletes the selected row. Row selection and `Inline` or `Popup` editing mode are required. |
29
29
| Edit |`GridToolBarEditTool`| Enters edit mode for the selected row. Row selection and `Inline` or `Popup` editing mode are required. |
30
30
| ExcelExport |`GridToolBarExcelExportTool`| An export command for Excel files that fires the [`OnBeforeExport` event](slug:grid-export-events#onbeforeexport). |
31
-
| Filter |`GridToolBarFilterTool`| A toggle button in the Grid’s toolbar that opens a filter interface. 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. |
31
+
| Filter |`GridToolBarFilterTool`| A toggle button in the Grid’s toolbar that opens a UI option 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 in the Grid’s toolbar that opens a popup listing the groupable columns—click a column to group by it. On mobile devices, the popup is rendered as an `ActionSheet`. The tool also exposes an `Icon` parameter that allows you to override the default icon. |
33
33
| Save |`GridToolBarSaveEditTool`| Saves the changes for the selected row. Row selection and `Inline` or `Popup` editing mode are required. |
34
34
| Sort |`GridToolBarSortTool`| A toggle button in the Grid’s toolbar that opens a popup listing the sortable columns—click a column to sort by it. On mobile devices, the popup is rendered as an `ActionSheet`. The tool also exposes an `Icon` parameter that allows you to override the default icon. |
0 commit comments