New to Kendo UI for Vue? Start a free 30-day trial
GridRowClickEvent
Represents the object of the onRowClick
event.
dataItem
any
The item from the data
property of the Grid which corresponds to the row that is clicked by the user.
event?
any
A specific native DOM event which is fetched by Vue.
target?
An event target.