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

SpreadsheetContextMenuEvent

Updated on Apr 2, 2026

Provides the event data for the Spreadsheet contextMenu event.

NameTypeDefaultDescription

items

SpreadsheetContextMenuItem[]

The context menu items for the current selection.

range

Range

The Spreadsheet Range object representing the currently selected cells. Provides methods to apply values, formatting, and styling to the Spreadsheet cells using the original event's data.

rect

Rectangle

Represents the Rectangle object that provides position and dimension information about the active range, useful for custom positioning logic.

spreadsheet

SpreadsheetComponent

The Spreadsheet component instance.

targetType

SpreadsheetContextMenuTarget

The type of target that opens the context menu.

view

View

The current Spreadsheet View instance, giving access to the broader Spreadsheet context.

Methods

isDefaultPrevented

Returns true if you or any subscriber prevented the default action.

Returns

boolean

true if the default action was prevented, otherwise, false.

preventDefault

Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.

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