Hi everybody,
I have a combobox control in my form. I have enabled autocomplete feature in suggest mode. By default, the control suggests all the strings wich starts with the text the user have introduced. Is there any way to change this behaviour to make the control suggest all the strings wich contains current text?
I'm trying to avoid creating a custom control to make that.
Thanks in advance.