I have an ultraweblistbar that I load dynamically with 13 groups; When I was using 2008 vol. 1 for .NET, the listbar loads with the 13 groups and works properly. I recently upgraded to .NET 2008 Vol. 2; with volume 2 the listbar also loads properly with the 13 groups, but when I hover over the UltraWebListBar I get two javascript errors:
1. 'Control.Events' is null or not an object
2. 'this.Control' is null or not an object - if I enable script debugging, it fails in a file called webresource.axd, and the line it fails on has the following code. return this .enabled && this.Control.getEnabled()
I also notice that is happens when I have 10, 13 or even 14 groups. This seems to be a sporadic issue. I know it has nothing to do with my code, because the listbar worked fine before the upgrade. When I did the upgrade, I opened the project in Visual Studios and went to Tools > Infragistics .Net Project Upgrade Add-In...the upgrade was successful, changing all the necessary dll references in the aspx, ascx, web.config files. Please help me with this issue. What is the work around? fix? or should i roll-back to Vol. 1?