Control.attach override.
Namespace: MindFusion.DataViews
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function attach () |
ExampleThe following code creates a Grid programmatically and uses the attach method to add it to the DOM tree of the web page:
JavaScript
Copy Code
|
|---|
// create the grid control var grid = new dv.Grid(); |
See Also