Control.draw override.
Namespace: MindFusion.DataViews
File: Grid.js
JavaScript Copy Code |
---|
function draw () |
The following code creates a Grid programmatically and uses the draw method before attaching the grid to the DOM tree of the web page:
JavaScript Copy Code |
---|
// create the grid control var grid = new dv.Grid(); |