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
The Telerik UI Grid for {{ site.framework }} supports rendering selected toolbar tools in adaptive mode starting with version Q2 2025. This feature improves usability on smaller screens by displaying sorting, filtering, grouping, and editing UI elements in a mobile-friendly ActionSheet.
12
12
@@ -453,6 +453,6 @@ To delete a specified record, the user must first select the row, then click the
The [`ToolBar()`](/api/kendo.mvc.ui.fluent/gridtoolbarcommandfactory) configuration option of the Grid allows you to add command buttons and allow the user to invoke built-in Grid functionalities. You can also define custom commands or use templates to customize the Toolbar of the {{ site.product }} Grid.
12
12
@@ -79,6 +79,9 @@ In the 2025 Q2 release an alternative way to configure the tools has been implem
79
79
| Search | Adds the built-in search panel for the Grid.|[Search Panel documentation]({% slug htmlhelpers_grid_aspnetcore_searchpanel %})|
80
80
| Spacer | Moves the tools that are declared after it to the right side of the ToolBar.||
81
81
| Separator | Acts as a delimiter between the ToolBar commands.||
82
+
| Group | Allows grouping the data from the ToolBar tool. |[Grouping tool documentation]({% slug adaptive_tools_gridhelper_aspnetcore %}#grouping) |
0 commit comments