Ensures that the specified row is visible.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function bringIntoView (row) |
Number. The row.
ExampleThe following code handles the rowUpdated event and brings the updated row into view:
JavaScript
Copy Code
|
|---|
var dv = MindFusion.DataViews; grid.rowUpdated.addEventListener(onRowUpdated); function onRowUpdated(sender, args) |
See Also