-
18 Sep 2010 5:24 AM #1
Event change on select with datastore not firing
Event change on select with datastore not firing
Event change on select with datastore not firing
}Code:xtype: 'select', name : 'category', label: 'Category', valueField : 'category', displayField : 'title', store : categoryStore, listeners: { change: { fn: function() { alert('OK'); } }
-
18 Sep 2010 5:29 AM #2
-
18 Sep 2010 5:34 AM #3
Solved!
Solved!
The event to listen to is select:
Similar Threads
-
Combobox select event firing other events
By ufchrisg in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 21 Jul 2011, 9:10 AM -
TreeGrid: Node Select/Click Event Not Firing
By siarvi in forum Ext GWT: DiscussionReplies: 2Last Post: 3 Sep 2010, 11:42 PM -
Change listener firing multiple times on select field
By meyerovb in forum Sencha Touch 1.x: BugsReplies: 0Last Post: 30 Jun 2010, 7:24 AM -
Combo Box : select event not firing
By npm2001 in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 16 May 2009, 12:57 PM -
firing 'select' event with combo.setValue(2)
By rojar in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 13 Mar 2008, 5:54 AM


Reply With Quote