Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Type text in ultracomboeditor and find items that Contains the typed text
posted

Hi,

I have an ultra comboeditor. User should be able to type text in combo editor and search the items.

When I set DropDownStyle to DropDown and AutoCompleteMode to Append / Suggest/ AppendSuggest, the functionality works fine.

For example, I have "Charles, Bunny" displayed in Combo editor. When user types "Cha" , this item is displayed.

But When user types "Bun", the above item does not display.

I want to search the items that "Contains" typed text instead of items that "starts with" typed text.

Is there any way to accomplish this ?