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

Filter Row breaks IE8 support

2 Answers 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Frederike
Top achievements
Rank 1
Frederike asked on 05 Aug 2014, 01:41 PM
Hi,

I'm using the new filter row. Unfortunately the filter row causes a javascript error on IE8.
I've been able to track the cause to filtercell.js, line 191:

​ input.attr(kendo.attr("bind"), "checked:value")
         .attr("name", inputName)
         .val("true");
         .attr("type", "radio");

The filter row tries to set type=radio on an input element. This is not supported on IE8 and will always cause a javascript error.

I hope it can be fixed in a patch update, the filter row is now effectively unusable on IE8.

2 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 06 Aug 2014, 09:08 AM
Hi Edi,

I have managed to reproduce the problem in IE8 and indeed it is caused by changing the input type dynamically. I have logged it in our internal bug tracker, so I guess it will be fixed with an upcoming internal build. Thank you very much for bringing this to our attention.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Kiril Nikolov
Telerik team
answered on 06 Aug 2014, 10:21 AM
Hello again Edi,

I am happy to inform you that the issue is resolved and the fix will be published with the next internal build. 

Thanks again for bringing this up.

Regards,
Kiril Nikolov
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
Frederike
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or