-
Ext User
access to Ext.grid.GridPanel.editor object
Use ext-3.0:
r = new Ext.grid.GridPanel({
columns: [
{
header: '????.?????',
id: 'trademark_id',
editor: new Ext.form.ComboBox({
id: 'test',
store: ....
},this)
},
]
});
alert(r.colModel.getColumnById('trademark_id').editor.id)
alert return 'test' value.
in ext-3.1.1:
alert return 'ext-comp-1002' value.
How I can give access for example to store object in 3.1.1 ?
-
-
And DO NOT USE alert!
DEBUG
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules