Hello,
We have some issues using date filters on a RadGrid. The filter icon (.rgFilter) shows under the filter textbox in FF3.6. However this works fine on IE8.
<div style="height: 20px; width: 120px; display: -moz-inline-stack;" class="RadPicker RadPicker_Default " id="RadGrid1_ctl00_ctl02_ctl02_RDIPFShippedDate_wrapper"> |
However, in our app, the "display: -moz-inline-stack" is missing.
We added the following CSS rule and it works fine, but it looks more like a hack from now :
.rgFilterRow .RadPicker |
{ |
display: -moz-inline-stack; |
} |
Additionally we have a blank space on IE7 between date filter text boxes (.riTextBox) and calendar icons (.rcCalPopup). These should be close each other.
Thank you
Using :
- FF 3.6.3
- IE7
- Telerik 2010.1.415.40
- Default RadGrid skin