I am having this issue since very long that Filter Icon of GridNumericColumn is not displayed Properly.
See Attached Image. It happens only in IE7. Above IE7 it works perfect. And also it happens with GridNumericColumn
Column only. It works with BoundColumn.
I am using following code and css as it suugests in some of telerik forum but it doesn't work.
<telerik:GridNumericColumn DataField="abc" HeaderText="abc" UniqueName="abc" |
FilterControlWidth="80%" SortExpression="abc" FilterListOptions="VaryByDataType" |
Resizable="true" AutoPostBackOnFilter="false" ShowSortIcon="true" DataType="System.Int32"> |
<ItemStyle Width="7%" /> |
<HeaderStyle Width="7%" /> |
</telerik:GridNumericColumn> |
<!--[if IE 7]> |
<style type="text/css"> |
.riTextBox,.riFocused,.riEnabled,.riHover |
{ |
height:15px !important; |
} |
#ctl00_ContentPlaceHolder_grdAppointmentSearch_ctl00_ctl02_ctl03_RNTBF_abc |
{ |
width:50px !important; |
max-width:50px !important; |
} |
</style> |
<![endif]--> |