0

I've added a RadGrid to an older ASPX and it works fine in Chrome and FireFox. Internet Explorer 10 does not render any of the sprites like the green plus sign for 'Insert new record' or even the funnels for the filter buttons. Clicking the empty space where the image ought to be works: the filter menu appears as does the insert form template appears.

Does anyone have any idea what could be the cause of this?

Some notes:

  • I have changed the meta tag to IE-9 compatibility with no success. The console in IE shows an error when calling __defineGetter__. I haven't traced this too far; not sure if it's relevant to my problem.

  • The RadGrid operates fine, the only issue is that IE10 does not load the image sprites. I've cleared my cache multiple times and have had another user test it with the same result.

4

2 回答 2

1

RadGrid 应该可以在 IE 10 中开箱即用。确保您运行的是最新版本的 Telerik 控件并清除 IE 10 的缓存。如果这不起作用,我会直接咨询 Telerik 的支持...

于 2013-11-07T03:25:54.537 回答
0

也许是 DocType,试试:

<!DOCTYPE html>

确保未使用兼容模式:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
于 2013-11-08T12:50:17.147 回答