Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Recurring javascript error on UltraWebGrid in IE8
posted

I'm using and have no options to use Infragistics Vol 8.2. And testing with new IE8 and have a lot of recurring infragistics javascript error speciall on the below method.

function igtbl_getAbsBounds(elem, g, forAbsPos)

if (ig_csom.IsIE && elem.getBoundingClientRect)

      var rect = elem.getBoundingClientRect(); --unspeicified error

Do you guys have any idea what should I do?