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

kendo grid in IE 11

1 Answer 168 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sushruth
Top achievements
Rank 1
Sushruth asked on 25 Sep 2013, 12:36 AM
I am testing kendo grid with IE 11 and stumbling on a bug. Basically the grid click acts differently in various version of kendo library. In the latest version ( 2013.2.918) grid click is triggered twice and  Grid click does not work all the way back until version 2012.3.1114. Here is the plunker link. http://plnkr.co/edit/MgkSCf2vqBfYehtGvKUx?p=preview

I would be happy if I can get a patch for version 2012.3.1315 which are in our production servers ( or atleast direct me on how to patch it )

Thanks
 Sush

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 26 Sep 2013, 08:12 AM
Hi Sushruth,

The behaviour that you are observing - alert box fired twice, can also be observed in Internet Explorer 10. This is caused by the different touch event handlers introduced with the latest versions of IE, but this behaviour is valid only when using alert ( check the same code with console.log() and you will see that it behaves differently). In general this should not affect your application, unless you are using alert for dialog boxes. If this is the case, show alerts with setTimeout() and it should be working correctly.

setTimeout(function(){alert("selected!")},1);

As for the IE11 support in Kendo UI - it is only available with the latest version of the product, and we will not be able to provide you with a patch for an older version. 
 
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
Sushruth
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or