Categories | Question details Back To List | ||
splitAt Professional Edition 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 <call> tag inside <afterInit> tag I've also tried coding all grid settings in xml and coding <splitAt>0<splitAt> inside <settings> 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 Answer posted by Support on Dec 18, 2008 02:44 >>"mygrid.splitAt is not a function You need to include dhtmlxGrid/codebase/ext/dhtmlxgrid_splt.js |