Search Type: Posts; User: Karthikeyan.rajmohan
Search: Search took 0.02 seconds.
-
30 Jan 2013 5:44 PM
Jump to post Thread: TwinTriggerField by Karthikeyan.rajmohan
- Replies
- 12
- Views
- 5,083
Try this below fix
Ext.override(Ext.form.field.Trigger, {
getTriggerMarkup: function () {
var me = this,
i = 0,
hideTrigger = (me.readOnly ||... -
29 Mar 2012 7:30 PM
- Replies
- 181
- Views
- 63,793
I've find out a way to remove the selected item. use the below override code to fix it. This is an override code using Ext.form.field.ComboBox, so this may affect the basic combobox functionality....
-
29 Mar 2012 5:14 PM
- Replies
- 181
- Views
- 63,793
How can I remove an item from drop-down menu when user select that items?
-
11 May 2011 1:21 PM
- Replies
- 299
- Views
- 179,481
Hi,
Is there any workaround to implement the Multi level grouping grid in extjs 4.0?
Results 1 to 4 of 4
