return
document.getElementById(f) that line f is set to "modalDivId_ctl00_cphBody_dgListData" i assume its a reference to the modal edit popup i use on that grid (dgLists). the above line is in a function that starts
$get=Sys.UI.DomElement.getElementById=
function(f,e){If(!e) *error line goes here* and then the function continues for a while.
the commetns at the top of thie file say this section is MicrosoftAjax.js. The error happens when i try to navigate away, it doesnt seem to happen on a async postback, and only seems to happen when the page loads from a full postback. I've also tried removing the modal box from the grid, before the error mentioned a radComboBox, when i removed that control it started having the grid as the value of f. Naturally i can turn off script debugging and not see it, but i cant ensure that my users do the same. Any help or suggestions would be appreciated.
John