This is a migrated thread and some comments may be shown as answers.

AutoCompleteBox show all options on click

1 Answer 230 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Silviu
Top achievements
Rank 1
Silviu asked on 25 Apr 2019, 03:54 PM

I have an autoCompleteBox fed with values from an XML file that I want to display all possible options when a user clicks into it (i.e. without them typing any letters in there)

<telerik:RadAutoCompleteBox RenderMode="Lightweight" ID="racbUserAccessList" runat="server"  Width="300"
   DropDownHeight="150" EmptyMessage="Select User Access" DataTextField="Text" DataSourceID="XmlDataSource1"
   AllowCustomEntry="False">
 </telerik:RadAutoCompleteBox>
 <asp:XmlDataSource runat="server" ID="XmlDataSource1" DataFile="accessList.xml"></asp:XmlDataSource>

 

How to do that?

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 30 Apr 2019, 10:18 AM
Hello Silviu,

You can check the following KB article that shows how to show all records when focusing the AutoCompleteBox' input:
Regards,
Peter Milchev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
AutoCompleteBox
Asked by
Silviu
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or