Unable to find a ComboBox component for Ext JS that would work in an Ext Grid, permit multiple selections, and support both local and remote datasources with multiple fields (one for display, one for the index), I set out to build my own some time back.
Note: Since I began working on this some time back, a similar Ext plugin was developed by another developer: see http://lovcombo.extjs.eu/
Examples after the fold.
Here is an example of the MultiSelect ComboBox.
Here is an example of the MultiSelect menu working in an Ext JS Grid.
The source below above is pretty self explanatory, feel free to post in the ExtJS forums with any questions as I will lurk there.
Hi,
Really good work, Thanks!
Have one question, how are you populating selected values in a message box when you click on the Show Selected Button.
Can you please post the code for it? or email it to me?
I will appreciate it.
Thanks,
Tony, thanks for building this great component. FYI I initially found it on this page:
http://www.tonylandis.com/code-projects/ext-multiselect-combobox-extension.htm
The page has a working example of the latest code, but the download link gets you an earlier version with some bugs in it. Thought you might like to know so you can update it!
Hi Tony,
tanx a lot for such a great work. Could you just help me with loading data dynamically(ie., after rendering the component)? it is showing empty list.