kguha
18 Feb 2011, 7:05 AM
Hi,
I am using the Filter plugin from :
http://ccinct.com/lab/filter-grid/
For my StringFilter, it seems the 'find.png' icon is not loaded and is not showing up in IE. It works fine in FF. When I view the demo at the given link in IE, the image shows up fine.
I have not modified any of the StringFilter base classes
I am calling the Filter class with:
var filters = new Ext.ux.grid.GridFilters({filters: [
{type: 'string', dataIndex: 'index1'},{type: 'string', dataIndex: 'index2'},{type: 'string', dataIndex: 'index3'}
]});
What am I missing?
Thank you for your help.
I am using the Filter plugin from :
http://ccinct.com/lab/filter-grid/
For my StringFilter, it seems the 'find.png' icon is not loaded and is not showing up in IE. It works fine in FF. When I view the demo at the given link in IE, the image shows up fine.
I have not modified any of the StringFilter base classes
I am calling the Filter class with:
var filters = new Ext.ux.grid.GridFilters({filters: [
{type: 'string', dataIndex: 'index1'},{type: 'string', dataIndex: 'index2'},{type: 'string', dataIndex: 'index3'}
]});
What am I missing?
Thank you for your help.