Categories | Question details Back To List | ||
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; |