I want to set up my RadComboBox dropdown where it does not appear unless they click the dropdown image. I also have to LoadonDemand because I will be using Linq to read a XML file with over 3000 airport Codes. Additionally I will have several of these in a repeater. At least 2 for round trip and many more for a multiple stop itinerary
So if the user types text in the textbox I want the dropdown to stay closed. If they click the dropdown I want to Load Items on Demand and I will filter those by the text they have entered in the textbox. also if the drop down is aleady OPEN and they modify the text refilter the Items. I know this is different because it is usually one way or the other. Is this possible?
So if the user types text in the textbox I want the dropdown to stay closed. If they click the dropdown I want to Load Items on Demand and I will filter those by the text they have entered in the textbox. also if the drop down is aleady OPEN and they modify the text refilter the Items. I know this is different because it is usually one way or the other. Is this possible?