Hi
I tried implementing Progress Indictor using Ajax Update Panel and Modal Popup Extender. While executing it im getting an error in Infragistics Web Grid Java Script function.
function igtbl_getAbsBounds(elem, g, forAbsPos)
here elem is not getting initialised and the error displayed is htmlfile: Unspecified error.
what could be the reason for the error. is there any solution for it.
Please assist me. thanx in advance.
I have a web application that uses Version=8.2.20082.1000 of IG, and I have a bunch of web grids that throw the same error as you seem to be experiencing. It happens on the line that calls elem.getBoundingClientRect(). I am using IE7. I reported this issue to support, but they deleted my ticket faster than I could keep them from deleting it. I am too worn down from my last support experience to report it again, so I am just moping around the internet, looking for a solution/workaround. Sad but true... <SIGH>
I am also using IE7. I was also gettin another error "Line: 2930, Error: 'Columns' is null or not an object"
I finally added an "onerror" function to catch the errors (after I learned how to do it). Here is where i found how to do this:
http://www.w3schools.com/jS/js_onerror.asp
mparry77 said:I reported this issue to support, but they deleted my ticket faster than I could keep them from deleting it.
In any case, this behavior looks like something that'll require some investigation through Developer Support for us to identify and resolve.