Hi have an updated control (cboplayer - native asp control) as follows;
<
telerik:AjaxUpdatedControl ControlID="cboplayer" />
I popup a Radwindow, the user can add an item then closes the window. When the rebind event fires it repopulates the control.
However, I have the control to autopost back when an item is selected and it does not work. If i change it so its not an updated control the autopost back works again.
Any idea what I am doing wrong?