Ensures that the specified row is visible.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
function bringIntoView (row) |
Number. The row.
The 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) |