GridToolbarOverflowSettingsBuilder
Methods
Mode(Kendo.Mvc.UI.ToolBarOverflowMode)
Defines the overflow mode. The available options are: - "menu" ΓÇö Moves overflowing items into a dropdown menu. - "scroll" ΓÇö Keeps items visible and enables horizontal scrolling. - "section" ΓÇö Groups items into collapsible sections. - "none" ΓÇö Disables overflow handling; items may be cut off.
Parameters
value - ToolBarOverflowMode
The value for Mode
ScrollButtons(Kendo.Mvc.UI.ScrollButtonsType)
Defines the visibility of scroll buttons when mode is "scroll". The available options are: - "auto" ΓÇö Displays scroll buttons only when needed. - "hidden" ΓÇö Hides the scroll buttons at all times. - "visible" ΓÇö Always shows the scroll buttons.
Parameters
value - ScrollButtonsType
The value for ScrollButtons
ScrollButtonsPosition(Kendo.Mvc.UI.ScrollButtonsPositionType)
Defines the placement of scroll buttons. The available options are: - "split" ΓÇö Scroll buttons appear at both ends of the toolbar. - "start" ΓÇö Scroll buttons appear only at the start of the toolbar. - "end" ΓÇö Scroll buttons appear only at the end of the toolbar.
Parameters
value - ScrollButtonsPositionType
The value for ScrollButtonsPosition
ScrollDistance(System.Double)
Specifies the distance (in pixels) the toolbar scrolls when a scroll button is clicked.
Parameters
value - System.Double
The value for ScrollDistance