I'm not good at Ext enough now. so there must be some bugs and urgly code. sorry.
But, I will keep improving it.
Here is an online demo. http://www.boarsoft.com/javascript/gridCombo/
I will build a jquery version later.
demo1.jpg![]()
I'm not good at Ext enough now. so there must be some bugs and urgly code. sorry.
But, I will keep improving it.
Here is an online demo. http://www.boarsoft.com/javascript/gridCombo/
I will build a jquery version later.
demo1.jpg![]()
Last edited by Mac_J; 16 Jul 2011 at 7:45 AM. Reason: add a snapshot
+1 great plugin
Vador
Thank you encourage me. Any advice, I will really appreciate your help.
Does any one know this bug?
when you click checkbox on the header to select all rows of grid. the "selectionchange" event does not triggered.
I use
pickerAlign: 'bl'
fixed the postion issue of Magic GridCombo when first open picker.
Magic GridComob was fixed and updated to 1.1.
Support remote query for typeAhead and minChars.
You can force it do query right now via press ENTER key.
Two important bug was fixed:
When use setValue() method before drop down picker, the selection status is incorrect.
please see changes about syncSelection().
multiSelect: true, work correctly now.
please see changes about GridComboBoxList.initComponent()
Selection does not work properly in the case of single select.
(This only works if you first press the button "Set")
You can try in your sample page.
?Also ...
Code:.... createPicker : function() { var me = this, picker, menuCls = Ext.baseCSSPrefix + 'menu', opts = Ext.apply({ selModel : { mode : me.multiSelect ? 'SIMPLE' : 'SINGLE' }, floating : true, hidden : true, ownerCt : me.ownerCt, cls : me.el.up('.' + menuCls) ? menuCls : '', store : me.store, displayField : me.displayField, focusOnToFront : false, pageSize : me.pageSize, gridCfg : me.gridCfg, owner : me, <------- A comma too }, me.listConfig, me.defaultListConfig); ....
I just fixed that problem. I'm sorry for this mistake.
http://www.boarsoft.com/javascript/gridCombo/
http://www.boarsoft.com/javascript/d...ombo_1.1.1.zip
Here is the new file and demo.
Fix two important bugs and added "setSubmitValue" method
First, it's a nice plugin. Thanks for sharing it with us.
Now, I have a small issue. HOME, CTRL+HOME, END, CTRL + END keys are not working when ComboBox is in expanded state. How can I make it work?
Thanks