Hi,
I’m using Professional Edition debugging under firebug for firefox and when using this:
mygrid = new dhtmlXGridObject(“gridbox1”);
/* grid settings */
mygrid.splitAt(0);
mygrid.loadXML("./get.php");
The grid doesn’t load and I see this firebug message “mygrid.splitAt is not a function
[Break on this error] mygrid.splitAt(0);”
I’ve also tried coding all grid settings in xml and coding “splitAt(0)” as a tag inside tag
I’ve also tried coding all grid settings in xml and coding 0 inside tag, which I tried last because documentation calls it to be deprecated.
Last both options didn’t work, when I remove splitAt references whatever the option grid loads perfectly
Could you help me? TIA
"mygrid.splitAt is not a function
You need to include
dhtmlxGrid/codebase/ext/dhtmlxgrid_splt.js