Repaints the grid contents.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
function refresh ([selected]) |
Boolean. True to repaint only the selected rows.
The following code calles the refresh model of a Grid instance to update the grid data with values that were parsed from an URL:
JavaScript Copy Code |
---|
function localize(locale, customEditor) grid.model.columnMetaData(1).set("customEditor", { grid.refresh(); |