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
Hello,
please, check that dhtmlxgrid.css is correctly included.
Thanks, that was the problem.