I am receiving an error at line 2505 in ext-all-debug.js. It complains about the 'style' being null or not an object. I have built a GridPanel with columnModel and rowModels that have worked for months. Runs OK in FIREFOX. Now when I run in IE I get this error and the browser does not render the Gridpanel. Would anyone know the significance of this line 2505? What would make the style be removed like that? I can send snippets of code if requested... I am just looking for some place to start looking
I am receiving an error at line 2505 in ext-all-debug.js. It complains about the 'style' being null or not an object. I have built a GridPanel with columnModel and rowModels that have worked for months. Runs OK in FIREFOX. Now when I run in IE I get this error and the browser does not render the Gridpanel. Would anyone know the significance of this line 2505? What would make the style be removed like that? I can send snippets of code if requested... I am just looking for some place to start looking
thanks!!
1) Look at your code first.
2) look at firebug
3) setup break points and step through your code that executes before the error manifests itself