-
15 Oct 2011 10:36 AM #1
Ext.ux.grid.FiltersFeature
Ext.ux.grid.FiltersFeature
Hi all,
I'm new to ExtJS and I'm facing some problems with Ext.ux.grid.FiltersFeature:
This code is correctly worked on Ext3, but not with Ext4. How can I get labelField from another store and send to server valueField?Code:var filters = { ftype: 'filters', local: false, filters: [{ type: 'list', dataIndex: 'id_employee', phpMode: true, mode: 'local', store: employeeStore, labelField: 'fio', valueField: 'id' }] };
I apologize for my bad english
-
24 Oct 2011 9:10 PM #2


Reply With Quote