Gets the index of the row that was modified.
Namespace: MindFusion.DataViews
File: EventArgs.js
JavaScript Copy Code |
---|
get row() {} |
Number. The row index.
The following code uses the row property of the RowModifiedEVentArgs object to get the row that was selected:
JavaScript Copy Code |
---|
var dv = MindFusion.DataViews; grid.rowSelected.addEventListener(onRowSelected); function onRowSelected(sender, args) |