Im using Infragistics 7.3 and the controls Im using are not working with the update panel. Im using the webdatetimeedit and the calendar controls in a update panel, but when the update panel refreshes, the Infragistic controls no longer work the way they should (The calendar does not popup, the dates do not change from LongDateTime to mm/dd/yyyy) Whats going on here?
That's too bad. I removed the free AJAX stuff, and stopped using the WARP panel and Asynch functions of the webtab. My guess is that Microsoft made a significant change or at least it turned out to be a significant change in the .net 2.0 that is causing problems for AJAX panels or asynchronous activities.
I can still use the built in AJAX functionality of WebGrid, WebCombo, WebTree and many other controls. I cannot do without these so I have adjusted by building more traditional web pages, that rely on javascript to handle a lot stuff I could post back to do before, like change a dropdown list in response to a change in another control, or trigger a AJAX refresh of a WebGrid based on a change to another control. Hard work but I cannot wait for the update. And I can no longer operate a FormView on a Dialog page if I have any Infragistics controls. As soon as I perform a page command, a new web page opens up ontop of the dialog! Crazy stuff.
It's not really Infragistics fault, that this happened because MS must not have released enough information about the changes they were making, benefit of the doubt here. But it is their fault that this is taking so long to resolve.
Thanks. Ill have to submit this when I get a chance. Im taking all of my Infragistics out of my project, b/c it seems to not intregrate well with the AJAX.NET framework. If this isnt corrected soon, I see them loosing alot of business due to the free framework.
Are you using .net 2.0 with sp1? My project was built on AJAX technology using Update Panel, and other AJAX tools, 7.2 with .net 2.0, and when Microsoft issued sp1, all the AJAX technology stopped working right with Infragistics controls. Non-Infragistics controls worked fine.
I placed a support request in January, when it happened and after a few emails back and forth they recognized it was a problem and were working on it. No resolution yet.
You should submit this to support.
I removed all the AJAX objects, and have gotten by, although I had to rethink a lot of web forms to make the project work.