Check documentation for the latest version of dhtmlxSuite attachGrid DHTMLX Docs

attachGrid

attaches dhtmlxGrid to a window

dhtmlXGridObject attachGrid( [object config] );
configobjectoptional, an object with the Grid configuration
dhtmlXGridObjectdhtmlXGridObject instance

Example

var myGrid = myWins.window(id).attachGrid();

Back to top