Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by yong.c on Aug 11, 2009 02:47
open dhtmlx forum
mygrid.editor and mygrid.splitAt

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]

Answer posted by Support on Aug 11, 2009 10:16
As fast solution you can try to use

var editor = mygrid.editor||mygrid._fake.editor;