Tagged Questions
2
votes
2answers
3k views
Ext.form.ComboBox: Use template for displayField
Is there any way to apply a template to the selected value of a ComboBox? I'm using a template to display the drop down values of the ComboBox, but as soon as i select one, the plain value from the ...
1
vote
1answer
1k views
Ext Js Combo Filter by distinct items
I have two requirement to bind the EXT Js combo
-- The first Item in the combo should have the fixed text such as "Unfilterd"
-- After that I need to bind the data store to the above combo. The ...
0
votes
0answers
229 views
How to use a dojo data store to populate options for a grid's comboBox cell type
I am developing a health care app that allows a user to assign a row of medication data to a particular standardized name. - the meds and std name are from the same database table and end up in the ...
0
votes
2answers
530 views
extjs4 combobox change also change another combobox datastore, and choose the value
This might be a silly question, but I want to ask if there is a possibility to change another combobox's store data when a combobox selected value is changed.
It might be confusing, so let me give a ...
0
votes
1answer
961 views
Ext JS ComboBox Dynamic Behaviour
I am trying to load/show completely different set of values in a combobox(this one resides as a editor within an EditorGridPanel) based on the valueField of another combobox(this one resides outside ...
0
votes
1answer
5k views
HELP Retrieving the url parameter from a JSON store from a EXTJS ComboBox
I am having a problem retrieving the parameters from the url section of a json store for a combobox in EXTJS from my code behind page in c#. The following is the code in the store:
var ColorStore = ...