SelectEventArgs

12 Sep 20251 minute to read

An interface that holds options to control the select action.

Properties

allowMultipleRow boolean

Determines whether to select multiple row.

data Record|Record[]

Return the appropriate cell or event data based on the action.

element HTMLElement|HTMLElement[]

Returns the single or collection of HTML element(s).

event Event

Defines the type of the event.

groupIndex number

Returns the clicked resource row index.

name string

Specifies name of the event.

requestType string

Returns the request type of the current action.

showQuickPopup boolean

Determines whether to open the quick popup on multiple cell selection.