Forum /
Sencha General Forums /
Community Discussion /
how to use combobox in rowediting
how to use combobox in rowediting
i am not able to use the combobox for rowediting. rowediting is working fine with textfield ,but whenever i am using combo, the 'update' is not working, and some times i am getting error.
my editor is :
editor :
Ext.create('Ext.form.ComboBox',{
width : 100,
store : Ext.create('Ext.data.Store', {
fields: ['abbr', 'name'],
data : [
{"abbr":"AL", "name":"Alabama"},
{"abbr":"AK", "name":"Alaska"},
{"abbr":"AZ", "name":"Arizona"}
]
}),
displayField:'name',
queryMode: 'local',
})
please help me.
Sencha - Community Support Team
Hi
May you provide the error or be more specific that what is the error is coming ,at the time of rowediting ?
sword-it.com ,
Sencha Developer House in
Turkey - Istanbul University Technopark Suite 204.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us