Hiii,
i have created one email interface, in this interface i have used one Ultracomboeditor for add recipients. i have also set AutoCompleteMode to Suggest and DropdownButtonDisplayStyle to never. when i start to write in comboeditor it have been suggest email id to me. Everything is fine. Now user enter multiple recipients ids using comma seprator at that time how can i popup dropdown ? In OutlookExpress2010 user can easily add multiple recipients using comma. Is it possible using UltraComboEditor ?
-- Hiren Lad
Hi Hiren,
You can drop down the UltraComboEditor in code by calling the DropDown method on the control.
But the built-in AutoComplete functionality will not be able to function with a comma-delimited list. It treats the value of the control as one value.
Hello Mike,
Thanks for your reply,
I had tried to open dropdown list when user press comma in comboeditor using DropDown() method. But as you u told me AutoComplete Functionality not worked propely.. Yes you are right it's treat the value of the control as one value.... :(
Now My application wants suggest multiple email id in one textbox. like outlook express. Is it possible... ?
If you have any idea about to achive this issue, then please Explain me how ???
I do not beleive this is currently possible. You should Submit a feature request to Infragistics