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.
Hello,
Thanks for sharing one possible solution for at least concealing the error. The error btw is something the is probably intermittent and hard to reproduce since the "htmlfile: Unspecified error" typically occurs in IE when an element is changed prior to document.readyState is set to a ready state, so this could have something related to big page size / big grid and/or slow connection, etc.
In any case, if you guys have any way to reproduce that, please do contact Developer Support directly as Vince suggested - this is something that we might be able to address in the product directly.
Developer Support can be reached via:
http://es.infragistics.com/Support
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.
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 getting this javascript error also. It is very annoying. It seems to happen at random times when I am clicking in my webgrid. The error message box says "Line: 7162, Error: Unspecified error". The debugger takes you to the function mentioned above. The line in the code is:
var rect = elem.getBoundingClientRect();
I am not using an Ajax Update Panel or Modal Popup Extender as in the above example. I just have a Webgrid with icon images in some of the cells. I am displaying the images in the grid using the CustomRules for the cell:
Style.CustomRules = "background-image:url(" + @"./images/TrafficGreen.gif" + ");background-repeat:no-repeat;"