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.

 

 

 

Parents
  • 45049
    posted

    I'm not sure what would cause this to occur.  It's unclear whether it may be a bug or may be an issue specific to the application.

    Can you reproduce this in an isolated sample application which we can run and debug?  If so, I suggest that you submit a support request and attach this sample.  A Developer Support Engineer will then research this issue and work with you to resolve it.

Reply Children