DHTMLX Docs & Samples Explorer

attachGrid(width, height)

adds a dhtmlxGrid object to the pop-up window

  • width - (integer) the grid width
  • height - (integer) the grid height
var myPop = new dhtmlXPopup({ ... });
var myGrid = myPop.attachGrid(350,300);

Related resources