Unplanned
Last Updated: 16 Apr 2026 11:42 by ADMIN
ASM
Created on: 16 Apr 2026 11:32
Category: AutoCompleteBox
Type: Bug Report
0
AutoCompleteBox: Popup is shown with AutoCompleteMode = Append
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 16 Apr 2026 11:42

Hi,

Currently, you can use the following workaround:

private void AutoCompleteDropDown_PopupOpening(object sender, CancelEventArgs e)
{
    if (radAutoCompleteBox1.AutoCompleteMode == AutoCompleteMode.Append)
    {
        e.Cancel = true;
    }
}

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.