or
| <telerik:RadListView ID="rlv_Aircraft" runat="server" |
| AllowMultiItemSelection="True" ClientDataKeyNames="name" |
| DataSourceID="SqlDataSource_Aircraft" Skin="Black" |
| DataKeyNames="name" > |
| <LayoutTemplate> |
| <div class="RadListView RadListView_Black"> |
| <table cellspacing="0" style="width:40px;"> |
| <tbody> |
| <tr ID="itemPlaceholder" runat="server"> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </LayoutTemplate> |
| <ItemTemplate> |
| <tr class="rlvI"> |
| <td width="20px"> |
| <asp:Button ID="SelectButton" runat="server" CommandName="Select" |
| CssClass="rlvBSel" Text=" " /> |
| </td> |
| <td width="60px"> |
| <asp:Label ID="nameLabel" runat="server" Text='<%# Eval("name") %>' /> |
| </td> |
| <td> |
| </td> |
| </tr> |
| </ItemTemplate> |
| <AlternatingItemTemplate> |
| <tr class="rlvA"> |
| <td width="20px"> |
| <asp:Button ID="SelectButton" runat="server" CommandName="Select" |
| CssClass="rlvBSel" Text=" " /> |
| </td> |
| <td width="60px"> |
| <asp:Label ID="nameLabel" runat="server" Text='<%# Eval("name") %>' /> |
| </td> |
| <td> |
| </td> |
| </tr> |
| </AlternatingItemTemplate> |
| <EmptyDataTemplate> |
| <div class="RadListView RadListView_Black"> |
| <div class="rlvEmpty"> |
| There are no items to be displayed.</div> |
| </div> |
| </EmptyDataTemplate> |
| <SelectedItemTemplate> |
| <tr class="rlvISel"> |
| <td width="20px"> |
| <asp:Button ID="DeselectButton" runat="server" CommandName="Deselect" |
| CssClass="rlvBSel" Text=" " /> |
| </td> |
| <td width="60px"> |
| <asp:Label ID="nameLabel" runat="server" Text='<%# Eval("name") %>' /> |
| </td> |
| <td> |
| </td> |
| </tr> |
| </SelectedItemTemplate> |
| </telerik:RadListView> |

<NodeTemplate> <div> <asp:Label style="display:inline;" /> <asp:Label style="display:inline;" /></div> <div> <a id="tnb1" class="tnTool" >firstButton</a> <a id="tnb2" class="tnTool" >firstButton</a></div></NodeTemplate>.tnTool{ background-image: url('/Images/FileExplorerToolbarSprites.png'); visibility:hidden; text-indent:-3333px; text-decoration:none; float:left; white-space:nowrap; width:0px; height:0px;}.boolTreeHover .tnTool { display:inline; visibility:visible !important; width:18px; height:18px;}#tnb1.tnTool:hover {background-position:0 -18px;}#tnb2.tnTool:hover { background-position:0 -36px;}<
meta http-equiv="X-UA-Compatible" content="IE=8" />
doesn't help
For now, We would prefere to keep our site IE 8 compatible and force documents to IE8 mode
What prevents IE to use IE8 mode for RadGrid on our pages?
Version of telerik we use is 2010.1.415.35
Thanks,
Marijana