I started working some AJAX into an application using Telerik RadAJAXManager last week (Q2) as a replacement for the standard MSAJAX UpdatePanel and liked the results... however, I upgraded everything to Q3 Prometheus today and noted that the RadAjaxManager ajaxified controls were considerably slower than previous.
To test my results, I placed them on the same page and made the only difference between the two was using the RadAjaxManager vs an UpdatePanel. Each contains a dropdown menu with autopostback which, when selectedindexchanged is fired, updates two separate RadDatePicker (prometheus controls) values.
The RadAjaxManager section is considerably slower than the UpdatePanel section... but with Q2 the RadAjaxManager section was either "as fast" or "faster" than the UpdatePanel section. Why is that?
To test my results, I placed them on the same page and made the only difference between the two was using the RadAjaxManager vs an UpdatePanel. Each contains a dropdown menu with autopostback which, when selectedindexchanged is fired, updates two separate RadDatePicker (prometheus controls) values.
The RadAjaxManager section is considerably slower than the UpdatePanel section... but with Q2 the RadAjaxManager section was either "as fast" or "faster" than the UpdatePanel section. Why is that?