Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by BVA on Jun 24, 2009 05:30
open dhtmlx forum
No style will be set

Hi,
i've tried to set up the light skin for dhtmlxGrid 2.1, but without success.

i've proper included the dhtmlxgrid.js (the table will be displayed, but without the styling).

my init function look like this:
function doInitGrid(){
             indexGrid = new dhtmlXGridObject('index_grid_container');
             indexGrid.setImagePath("http://grid.dev/.../dhtmlxGrid/codebase/imgs/");
             ...
             indexGrid.setSkin("light");
             indexGrid.init();
             ...
         }

The URL i've set in setImagePath("http://grid.dev/.../dhtmlxGrid/codebase/imgs/"); shows me on my browser all pictures and folders from codebase/imgs/. So the url should be correct.
I have even set all rights 777.

Finally, my table is still without style and i dont know where the problem could be.


Thanks
Answer posted by Alex (support) on Jun 24, 2009 06:16

Hello,

please, check that dhtmlxgrid.css is correctly included.  

Answer posted by BVA on Jun 24, 2009 06:34
Thanks, that was the problem.