Gets or sets the index of the first visible row.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
get scrollRow() {} |
Number. The row index.
The following code handles the rowCommand event of the Grid and scrolls to the row to be edited:
JavaScript Copy Code |
---|
grid.rowCommand.addEventListener(function (sender, args) } |