This is a migrated thread and some comments may be shown as answers.

Grid Filters do not work in any version of IE

3 Answers 179 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Carey
Top achievements
Rank 1
Carey asked on 30 Jan 2014, 06:45 PM
http://jsbin.com/emuqazEz/3/edit

I have tested in IE9 & IE11.  Filters do not work on grid at all.  Any ideas?

Colby

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 31 Jan 2014, 09:42 AM
Hello Curtis,


The reason for the issue is that the types of the fields are not specified in the model configuration of the dataSource and the Grid does not load the correct filter operators. Here is the updated JS Bin example.
E.g.
  schema: {
        model: {
                id: "uid",
                fields: {
                                  ProductName: { type: "string" },
                                  UnitPrice: { type: "number" },
                                  UnitsInStock: { type: "number" },
                                  Discontinued: { type: "boolean" }
               }
        }
}

I wish you a great day!

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Carey
Top achievements
Rank 1
answered on 04 Feb 2014, 10:46 PM
Thanks for the reply Dimiter.  However that is not the issue.  The issue is when two grids are on the screen in IE, filters do not work at all.  You can see the update here where I specified the schema even though it is not required as the default type is string.  The double grid works fine in chrome and firefox, just not at all in IE.  The double grid works fine in chrome and firefox with and without a schema.

http://jsbin.com/emuqazEz/6/edit
0
Dimiter Madjarov
Telerik team
answered on 05 Feb 2014, 03:41 PM
Hello Curtis,


This seems like a JS Bin issue, when the page is opened in edit mode. Please take a look at the regular view of the current example. It is working correctly on my side in Internet Explorer. I am also unable to reproduce similar issues on our demos page.

Please let me know if I could provide you any further help.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Carey
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Carey
Top achievements
Rank 1
Share this question
or