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
45
"Out of memory" javascript error using UltraWebTab
posted

I'm getting an "Out of memory" error occasionally for the UltraWebTab control. Two tabs, one tab has an UltraWebGrid populated, the other tab has a couple of textboxes for data entry.  I generally flip back and forth between the tabs for awhile doing some task and then the error pops up and clears out everything within the tab that has focus.

The error I am getting is a javascript "Out of memory" error that, when debugged, takes you to Infragistics javascript function:

function igtbl_tabChanges(tab,index)

line:

 

igtbl_oldSelectTab(tab,index,arguments[2]);

We are using 2008 Volumn 1 (CLR 2.0) version of Infragistics controls.  Any information would be appreciated.