I have a dropdown list with autopostback="true" in a grid TemplateColumn. How to ajaxify a postback from that control? The AjaxManager's settings below work only for the grid events.
<telerik:AjaxSetting AjaxControlID="MyGrid">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="MyGrid" LoadingPanelID="lp" />
</UpdatedControls>
</telerik:AjaxSetting>