Invalid Argument

I used the 2 pre-comoiled files from std_full.zip and placed them in codebase. Here is the code I created from the dhtmlxGrid step-by-step guide by cut-n-paste into a file. i still get the error “Line 1444 , Character 7381, Invalid Argument” I do get the blue boxes on the page, but nothing else. Can you send me the complete file for this example?







AJAX Application




















There is the issue in your code. Why do you call “new dhtmlXLayoutObject(document.body…” twice ? The dhtmlx.css from std_full.zip contains classes only for dhx_blue skin. So, please use dhx_blue skin instead of dhx_black


/*myLayoutTop = new dhtmlXLayoutObject(document.body, “2U”);


myLayoutIns = new dhtmlXLayoutObject(myLayoutTop.cells(“a”), “2U”); */


myLayout = new dhtmlXLayoutObject(document.body, “2U”, “dhx_blue”);