Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by anil on Mar 26, 2008 15:09
open dhtmlx forum
DHTMLXWindows

How to use DHTMLXGrid within DHTMLXWindows? also other components.
Answer posted by Support on Mar 27, 2008 02:24
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")