RadAjax for ASP.NET

What's New Send comments on this topic.

Glossary Item Box

What's New in Telerik RadAjax v1.6 (part of Q4 2006)

  1. Transparency for loading panels - the loading panel does not "replace" the updated control by default. Instead, the loading is shown "over" the control. 
  2. New smart tags for all controls in Telerik RadAjax suite - the new smart tag provides access to commonly used properties and the learning resources.


  3. Request queueing - Telerik RadAjax supports for queueing the pending ajax requests

What's New in Telerik RadAjax v1.5 (part of Q3 2006)

  1. Support for WebServices - there is a special control in Telerik RadAjax controls suite called RadAjaxServiceManager. It makes possible to perform client-side calls to web services and retrieve information via AJAX requests using simple or advanced web service invocation.

    Services collection
    See Quick-start framework sample for simple WebService invocation

    See Quick-start framework sample for advanced WebService invocation

  2. Codeless Response.Redirect support - reinforcing the idea of codeless development Telerik RadAjax now natively supports Response.Redirect during AJAX requests, without the need for any code modifications.
  3. Support for XY coordinates on ImageButton - now the XY coordinates of the ImageButton are sent to the server and can be further processed.
  4. Only a single ajax request is allowed at any given time. This has been changed because of problems users have encountered, when a second ajax request is initiated while the first one is still running (more info in KB article #729).