Hi !

My filter list shows "loading" instead of the list of values.

Here is my code :



Code:



{ id: 'mygrid',
xtype:'gridpanel',
bind: '{mystore}',
requires: ['Ext.grid.filters.Filters'],
plugins: ['gridfilters'],
...
columns: [{ text: 'MyColumn', dataIndex: 'MyIndex', filter: 'list' }]
}

The view is loaded before the store, but why grid list filter doesn't update ?

Charlotte.