var d=typeof(z)==="undefined"?false:true;
if(typeof(z)==="undefined"){z=l;
}if(!this._owner.ClientSettings.AllowGroupExpandCollapse){return;
}var x=l.id.split("__")[0]; <-- 4094
l.id is not defined at line 4094.
The page containing the datagrid with grouping is in an iframe.
l.name is the same of our web apps iframe, why should the javascript need to know the id of the page.
The javascript appears to be for the radgrid.
Any ideas...?
if(typeof(z)==="undefined"){z=l;
}if(!this._owner.ClientSettings.AllowGroupExpandCollapse){return;
}var x=l.id.split("__")[0]; <-- 4094
l.id is not defined at line 4094.
The page containing the datagrid with grouping is in an iframe.
l.name is the same of our web apps iframe, why should the javascript need to know the id of the page.
The javascript appears to be for the radgrid.
Any ideas...?
