Hello,
the path variable when I use splitAt is null. What have I forgotten?
mygrid = new dhtmlXGridObject('gridbox');
mygrid.imgURL = "/js/codebase/imgs/";
...
mygrid.splitAt(3);
mygrid.load("/recapitulatif/loadTableau.php");
The debug say "path"is null in dhtmlxgrid.js :
this.setImagePath=function(path){
path = path.replace(/imgs\/dhxgrid_[a-z]*\/$/,"imgs/");