Gets or sets the index of the first visible row.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
get scrollRow() {} |
Number. The row index.
ExampleThe 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) } |
See Also