Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
795
'editorControl' is null or not an object
posted

2008 Vol 1

browser script callstack:

 

function igtbl_inEditMode(gn)

{

var g = igtbl_getGridById(gn);     <<<---- g is null

if(g&&g._cb)return g._editorCurrent!=null;

if(g.editorControl && g.editorControl.getVisible())

return true;

 

 

igtbl_inEditMode

igtbl_headerMouseOver

JScript - form1 anonymous function

 

I have a several grids. A top level grid, I can roll over the headers with no problem. If the grid is in a tab control, then I get this error when I roll over the grid col headers.