• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

GridSelectionChangeEvent

Represents the object of the onSelectionChange Grid event.

NameTypeDefaultDescription

altKey

boolean

Is alt key modifier pressed.

cell

boolean

Indicates if cell selection mode is enabled.

componentId

string

The component unique identifier.

ctrlKey

boolean

Is ctrl key modifier pressed.

dataItem

any

The data item which was selected or deselected when the checkbox selection column is used. It will be null when the row or cell selection is used.

dataItems

any[]

The current component leaf data items.

endColIndex

number

Selection end column index.

endRowIndex

number

Selection end row index.

isDrag

boolean

Indicates if current event is created from drag.

metaKey

boolean

Is meta key modifier pressed.

mode

"multiple" | "single"

Selection mode.

nativeEvent

any

A native DOM event.

selectedField

string

The selectedField prop of the component.

shiftKey

boolean

Is shift key modifier pressed.

startColIndex

number

Selection start column index.

startRowIndex

number

Selection start row index.

syntheticEvent

SyntheticEvent<any>

A React Synthetic Event.

target

Grid

An event target.