Mutliple grids.. leads to error in aw.js
Hi
I have 2 grids in a page in 2 different divs. I have different id's and different variable names for all the javascript variables. The only thing I have in common in terms of variable name is the "JSTL" variable names (is that OK ? ) .
The grids work fine individually but when they are put in the same page as I mentioned above, the top grid loses its functionaly like scrolling and moving the columns etc.. and I also get a javascript error "undefined" is null or not an object which when I enabled script debugging and the microsoft debugger lead me to the below section of code in aw.js.
If someone can throw some light on this.. that will be a great help.
if(!window.AW){var AW=function(a,b){return AW.dispatch(a,b)};AW.version=201;AW.toString=function(){return "ActiveWidgets 2.0.1"}}if(!AW.System){AW.System={}}if(!AW.HTML){AW.HTML={}}if(!AW.Templates){AW.Templates={}}if(!AW.Scroll){AW.Scroll={}}if(!AW.Panels){AW.Panels={}}if(!AW.Formats){AW.Formats={}}if(!AW.HTTP){AW.HTTP={}}if(!AW.CSV){AW.CSV={}}if(!AW.XML){AW.XML={}}if(!AW.UI){AW.UI={}}if(!AW.Grid){AW.Grid={}}if(!AW.Tree){AW.Tree={}}if(!AW.UI.Controllers){AW.UI.Controllers={}}if(!AW.Grid.Controllers){AW.Grid.Controllers={}}
I have 2 grids in a page in 2 different divs. I have different id's and different variable names for all the javascript variables. The only thing I have in common in terms of variable name is the "JSTL" variable names (is that OK ? ) .
The grids work fine individually but when they are put in the same page as I mentioned above, the top grid loses its functionaly like scrolling and moving the columns etc.. and I also get a javascript error "undefined" is null or not an object which when I enabled script debugging and the microsoft debugger lead me to the below section of code in aw.js.
If someone can throw some light on this.. that will be a great help.
if(!window.AW){var AW=function(a,b){return AW.dispatch(a,b)};AW.version=201;AW.toString=function(){return "ActiveWidgets 2.0.1"}}if(!AW.System){AW.System={}}if(!AW.HTML){AW.HTML={}}if(!AW.Templates){AW.Templates={}}if(!AW.Scroll){AW.Scroll={}}if(!AW.Panels){AW.Panels={}}if(!AW.Formats){AW.Formats={}}if(!AW.HTTP){AW.HTTP={}}if(!AW.CSV){AW.CSV={}}if(!AW.XML){AW.XML={}}if(!AW.UI){AW.UI={}}if(!AW.Grid){AW.Grid={}}if(!AW.Tree){AW.Tree={}}if(!AW.UI.Controllers){AW.UI.Controllers={}}if(!AW.Grid.Controllers){AW.Grid.Controllers={}}
Sreekanth
December 15,