I am writing code that needs a box like the ComboBox but with different functionality. Can someone tell me how to accomplish this? (either with ComboBox or some other Rad control)
Users will type text they wish to search for in a textbox/combobox type field. I want it to give common (preset and known) choices that match what they are typing as they type (Like ComboBox Filter function). If what they wish to type is in the list that appears, I want the user to be able to select it. So far, this is just like the ComboBox, but here is the hitch. If what they type is not in the list I want to return the text they type. I do not want to require them to select form the preselected list, I just want it to help them from what others have searched for in the past.
I hope I said this clearly enough. I appreciate your help.
P
Users will type text they wish to search for in a textbox/combobox type field. I want it to give common (preset and known) choices that match what they are typing as they type (Like ComboBox Filter function). If what they wish to type is in the list that appears, I want the user to be able to select it. So far, this is just like the ComboBox, but here is the hitch. If what they type is not in the list I want to return the text they type. I do not want to require them to select form the preselected list, I just want it to help them from what others have searched for in the past.
I hope I said this clearly enough. I appreciate your help.
P