This is a migrated thread and some comments may be shown as answers.

Date filter, FF3.6, -moz-inline-stack & IE7

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
RED
Top achievements
Rank 1
RED asked on 04 May 2010, 11:03 AM
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.

On your RadGrid demo, we found this :
<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

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 May 2010, 11:26 AM
Hello RED,

This is a problem with the server-side browser detection in NET 4.0. We have fixed it and your workaround will not be needed after you upgrade to the next RadControls version or internal build.

Best wishes,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
RED
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or