This issue is observed due to the default browser behavior in IE11 where with alt + accessKey you just focus the link element while in the other browsers you also trigger the default action of the link element. The difference can be observed with simple link: <a href="http:www.telerik.com" accesskey="I">some link</a>