DHTMLXWindows

How to use DHTMLXGrid within DHTMLXWindows? also other components.

Current version of suite doesn’t provide any special integration between dhtmlxwindow and dhtmlxgrid, you can attach grid to window as any over html object

var grid = new dhtmlXGridObject(“gridbox”);

win.attachObject(“gridbox”)