I am trying to put a toolbar and grid in the same window. Here is my code:
var Wins= new dhtmlXWindows();
var win = Wins.createWindow(“search”, 200, 200, 800, 600);
var searchGrid = win.attachGrid();
var searchToolbar = win.attachToolbar();
The grid is configured and so is the toolbar. The only thing that shows is the toolbar.
Gotta be something simple.
Thanks!!