EnumGridToolBarOverflowMode
Enum
Specifies how the Grid's ToolBar items overflow.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum GridToolBarOverflowMode
Fields
None
Disables the overflow of the items even when the space is insufficient. The ToolBar follows the default wrapping of the HTML elements.
Scroll
The element that holds the items becomes scrollable when the space is insufficient.
Section
A button that opens a popup with the overlapped items is rendered when the space is insufficient. The items are rendered with their actual content and are not altered.