Search Type: Posts; User: innovar
Search: Search took 0.01 seconds.
-
2 Apr 2012 12:21 PM
- Replies
- 46
- Views
- 9,072
Is that for me?
-
28 Mar 2012 11:46 AM
- Replies
- 46
- Views
- 9,072
I updated to v1.2.1 for GridComboBoxList and v1.2.3 for GridComboBox (are they supposed to be two different version numbers?). I notice that now multiSelect is broken. When I select 2 or more items...
-
28 Mar 2012 8:47 AM
- Replies
- 46
- Views
- 9,072
I don't think that will work. I have the gridcombobox configured so that the user must select one of my supplied values (they cannot enter their own values [e.g., forceSelection = true])....
-
27 Mar 2012 11:11 AM
- Replies
- 46
- Views
- 9,072
I also added the following:
me.gridCfg.border = false;
+ me.gridCfg.store = me.store;
me.grid = Ext.create('Ext.grid.Panel', me.gridCfg);
to GridComboBoxList.js (line 120) so that I can... -
27 Mar 2012 11:09 AM
- Replies
- 46
- Views
- 9,072
Another issue I'm seeing is that I'm listening for the 'change' event. This works with the regular combobox, but with the gridcombobox, I get the first event, but after that I don't get them anymore....
-
27 Mar 2012 5:27 AM
- Replies
- 46
- Views
- 9,072
When I use this extension, I get the following errors:
Chrome via builtin Developer Tools:
Uncaught TypeError: Object [object Object[ has no method 'assertValue'
Firefox via Firebug:...
Results 1 to 6 of 6
