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

Grid filters fail in IE11

4 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 22 Jul 2014, 03:45 PM
We are using Telerik's Grid in ASP.NET to create a form where users can view and edit data. The filter functionality does not appear to be working; a user can enter data in a filter field and click on the filter icon, but when the menu with the filter options pops up, the user cannot click on any of the filter options. This only happens in IE 11.

We are using the 2013.3.1324.40 release of Telerik.Web.UI. Because some components did not function properly in IE 11, we have specified x-ua-compatible as "IE=9,10" and enabled UseLegacyBrowserCaps. I suspect that updating to the latest version of Telerik and switching to 'edge' instead of specifying rollback behavior to IE 9 and 10 will resolve this.

Can you confirm that the filters work properly in IE 11 when running in Edge mode?

4 Answers, 1 is accepted

Sort by
0
Peter
Top achievements
Rank 1
answered on 24 Jul 2014, 08:38 PM
I have updated to the latest Telerik release, and I have set x-ua-compatible to 'Edge'. The filters on my Telerik Grid on an ASP.NET page still do not function when called from IE 11, though they work in Firefox and Chrome.

I have bound the Grid to a typed dataset, using the NeedDataSource event. The data all populates and can be edited correctly. The only problem is that the filters in IE will drop down the filter list, but then hovering over the list with the mouse does not cause any list elements to be highlighted and clicking on list elements does not cause them to react.
0
Peter
Top achievements
Rank 1
answered on 24 Jul 2014, 08:54 PM
Also, on examining the page with the F12 Developer Tools on IE 11, I found there is an iframe object over the filter. If I remove that iframe object from the page using the tools at runtime, then I am able to interact normally with the menu.
0
Peter
Top achievements
Rank 1
answered on 24 Jul 2014, 09:02 PM
I found a solution to this. In the FilterMenu, I needed to set 'EnableOverlay="false"'. After doing so, everything worked properly.
0
Konstantin Dikov
Telerik team
answered on 25 Jul 2014, 11:06 AM
Hello Peter,

I am really glad to see that you were able to isolate the root of the problem and find a solution for handling it.

Additionally, I want to thank you for taking the time for sharing the solution with the community, which could prove helpful for other users with similar issue.


Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Peter
Top achievements
Rank 1
Answers by
Peter
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or