I'm kind of assuming the infragistics controls use scriptresource files similar to the AJAX control toolkit controls. If thats the case is there a way to combine the calls to those script files on call backs? I know Microsoft made some changes between their regular scriptmanager and the toolkitscriptmanager to combine those calls for better performance. I only ask because using an HTTP watch tool, I'm seeing 4 or 5 scriptresource requests on every call back when I use the new WebDataGrid. I recreated the same page with a regular asp.net gridview and only 1 call is made. Thanks for any advice or info on this matter.
I just downloaded the 2009 v1, added it to my project and removed all the 8.3 references. Everything's working okay, but I still see multiple round trips using the httpwatch tool. Is there a property I need to set that combines all the scriptresource calls into one? Or something else I need to add to my page?
FYI: I am using the control inside an updatepanel. I am also using the toolkitscriptmanager vs the regular scriptmanager which from what I've read is the version Microsoft made the Scriptresource change in.