hello
when I use dhtmlxGrid in split mode,then mygrid.editor=null, I wanna using aplitAt and get the object(mygrid.editor.obj ),thanks!
mygrid.splitAt(2);
mygrid.editor=null
//mygrid.splitAt(2);
mygrid.editor=[object]
As fast solution you can try to use
var editor = mygrid.editor||mygrid._fake.editor;