New to Kendo UI for AngularStart a free 30-day trial

Represents the toolbar tool for showing a select-all kendoGridSelectAllCheckbox checkbox. Use this component inside a ToolbarComponent in the Grid.

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-select-all-tool

Syntax:

html
<kendo-grid>
     <kendo-toolbar>
        <kendo-grid-select-all-tool text="Select All"></kendo-grid-select-all-tool>
     </kendo-toolbar>
</kendo-grid>

Methods

Determines if the tool can receive focus. Returns true if the tool participates in keyboard navigation.

Returns:

boolean

true if the tool is focusable.

Called when the tool receives focus. Accepts the original browser event, which can be a KeyboardEvent, MouseEvent, or FocusEvent.

Parameters:_ev?Event

The event that triggers focus for the tool.

Called when the tool is focused and an arrow key is pressed. Returns a boolean value that determines if the ToolBarComponent moves focus to the next or previous tool (see example).

Parameters:_evKeyboardEvent

The last pressed arrow key.

Returns:

boolean

true if focus moves to another tool.

In this article
DefinitionMethodscanFocusfocushandleKey
Not finding the help you need?
Contact Support