Repaints the grid contents.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function refresh ([selected]) |
Boolean. True to repaint only the selected rows.
ExampleThe 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(); |
See Also