http://loopj.com/tokeninput/demo.html
Does anyone implemented something like this in winform? I am curious how do to it and hoping someone could share or give a hint or suggestion how to do it.
it seems like closer to textboxeditor with a twist.
thanks in adavance
chris
Hi,
I have uploaded a sample where I am Using WinComboEditor to mimic the control from your link. Let me know if this is what you asked for.
Regards,
Stefaniya
not sure if this is what the sample (link) does. i wasnt able to enter more than one from the dropdown. it seems like a simple autocomplete (suggest) feature.
please let me know if i missed something.
thanks
For the sample I have used the described in the following article from the online help: Filter Options to Filter Suggested Values. You are right, I use the AutoCompleteMode and AutoSuggestFilterMode of the comboEditor to mimic the same functionality. You may apply some modifications to get it look exactly as the control from your link.
Let me know if this is what you asked for.
what i want to see is how you deal with multiple selections.
Could you please take a look at the following article from the online help: Selecting Multiple Values within WinComboEditor. The UltraComboEditor uses checkboxes next to each item in its list, so you can select multiple items.
You also could find the sample under Commands and Editors – WinEditors-Multi-Select combos in the Windows Forms Feature Browser provided with your installation.
Let me know if you have further questions.
if you look closely in this link http://loopj.com/tokeninput/demo.html
at the Facebook style. you would see exactly what i meant, i.e. autocomplete and the selected items will display on the left side. each selected item has an x on the right to be able to remove it. i believe wincomboeditor will not show the selected items on the input box. it only shows on the dropdown with checkbox. thanks
Let me know if you need any additional help.