How can I help you?
RowSelectingEventArgs
16 Mar 20261 minute to read
Properties
cancel boolean
Defines the cancel option value.
data IGanttData
Represents the Gantt row data associated with the selection event.
foreignKeyData Object|Object[]
Define the foreignKey row data associated with this column
isCtrlPressed boolean
Defines whether CTRL key is pressed.
isHeaderCheckboxClicked boolean
Defines whether header checkbox is clicked or not
isInteracted boolean
Defines whether event is triggered by interaction or not.
isShiftPressed boolean
Defines whether SHIFT key is pressed.
previousRow Element
Defines the previously selected row.
previousRowIndex number
Defines the previously selected row index.
row Element|Element[]
Defines the selected/deselected row.
rowIndex number
Defines the selected/deselected row index.
rowIndexes number[]
Defines the selected/deselected row indexes.
target Element
Defines the target element for selection.