Calendar works but it is transparent. Why?

Hi, I evaluating v3.6 grid with an embedded DHTMLX calendar control. The calendar displays and works fine in that I can click a date and the cell is populated (CalandarA).

However, the calendar itself has a transparent background.

What step did I miss? In reading the docs, I thought the calendar control is suppose to automatically pick a default theme if one is not specified. I’ll also add, that I have installed the IMG folder under the CODEBASE folder and it has the theme folders as well.

Thanks,

Hi
sounds like missing CSS file
Make sure you´ve included all files
http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/01_cell_types/07_pro_excells_numberformat.html

The CSS file is there and is loaded as confirmed by the debugger.

@Pacific15 – on about the 5th inspection, of my setup, I do see that I’m missing a CSS file. So thanks for the reply. It got me looking more closely.