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

users unable to view menu bar

3 Answers 34 Views
Window
This is a migrated thread and some comments may be shown as answers.
Curious
Top achievements
Rank 1
Curious asked on 08 Mar 2019, 04:01 PM
We have several users that are running windows 10 and IE 11 that are unable to see the menu bar (minimize button, maximize, [x] button to close) and we have users that are able to view the menu bar. What would cause some users not able to view the menu bar and some can?

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 12 Mar 2019, 11:13 AM
Hi George,

Such behavior can be observed if IE is running in Compatibility mode (which also forces the classic rendering of the controls). You can ensure that always the latest installed IE version is used by adding the following lines to the web.config of your application:
<system.webServer>
    <httpProtocol>
      <customHeaders>
        <add name="X-UA-Compatible" value="IE=edge" />
      </customHeaders>
    </httpProtocol>
</system.webServer>


More useful information on this matter in the following resources:
Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Curious
Top achievements
Rank 1
answered on 14 Mar 2019, 03:16 PM
I have the page being rendered as IE9 for multiple reasons. The page worked fine in Window 7 running IE 11, we starting noticing the issues when users were upgraded to windows 10 with IE 11, however, it doesn't happen to all Windows 10 IE 11 users, just a handful
0
Vessy
Telerik team
answered on 19 Mar 2019, 12:20 PM
Hi George,

I am afraid to say that but we dropped the support of the Compatibility mode of IE in the end of 2015, so it is possible for some layout problems to be faced if other than the latest IE version is used. You can see detailed information about the browsers in which our controls are tested and supported here:
https://www.telerik.com/aspnet-ajax/tech-sheets/browser-support

If the same behavior is faced even after the Compatibility mode is disabled, please, open a primary support ticket and send us a runnable sample in which we can reproduce the issue and debug further the cause for it.

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Window
Asked by
Curious
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Curious
Top achievements
Rank 1
Share this question
or