$(".k-grid-header").html('<table style="table-layout:fixed;"><tr style="color:#ee9f05"><th></th><th></th><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;color:#ee9f05;font-weight:bold"><a style="text-align:center;color:#ee9f05;font-weight:bold" href="DetailsPage.html">Xbox</a></td><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;font-weight:bold"><u>Surface</u></td><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;font-weight:bold"><u>Keyboard</u></td><td colspan="2" style="text-align:center;font-weight:bold"><u>Mouse</u></td></tr><tr style="color:#ee9f05;text-align:center;"><td></td><td></td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;">Var</td></tr></table>');
これは私の kendo-grid ヘッダー テンプレートです。このテンプレートは IE 10 ブラウザでは正常に動作しますが、IE 9 IE 8 などの他のブラウザでは機能します。これらのブラウザではサポートされていません。何が間違っていますか?