Threaded View
-
21 May 2009 10:17 PM #13
You can use something like this:
http://extjs.com/forum/showthread.php?t=32692
as input field for the filter.
Code:...
filter: { xtype: "lovcombo", triggerAction: "all", mode: "local", store: [[1,'A'],[2,'B'],[3,'C']] } ...



Reply With Quote