Hello, Bruce,
Thank you for reporting this behavior.
You can use the following workaround:
protected override void OnShown(EventArgs e)
{
base.OnShown(e);
this.radDropDownList1.DropDownListElement.ShowPopup();
this.radDropDownList1.DropDownListElement.Popup.Visible = false;
this.radDropDownList1.DropDownListElement.ClosePopup();
}
Regards,
Nadya | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.