The example demonstrates the ability of RadAjaxManager to ajaxify specific controls dynamically. Here, the ImageButtons are ajaxified only - GridView sorting and paging causes regular postbacks.
This is achieved via the following code:
AjaxManager1.AjaxSettings.AddAjaxSetting(ImageButton1, DetailsView1);
"telling" the manager to ajaxify the image button, which will update DetailsView1 control.