Is it possible to instruct the RadAjaxManager to only update a Repeater control on its ItemCommand event. This does not seem to isolate the update to the repeater...
Does anyone know how to accomplish this?
Duncan
<telerik:AjaxSetting AjaxControlID="rptPromotionPages"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="rptPromotionPages" /> </UpdatedControls></telerik:AjaxSetting>Does anyone know how to accomplish this?
Duncan