Check documentation for the latest version of dhtmlxSuite attachGrid DHTMLX Docs

attachGrid

adds a grid object to the popup

dhtmlXGridObject attachGrid(number width,number height);
widthnumbergrid width
heightnumbergrid height
dhtmlXGridObjectdhtmlXGridObject instance

Example

var myPop = new dhtmlXPopup(...);
var myGrid = myPop.attachGrid(350, 300);

Back to top