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

RadGrid filter row height Chrome vs IE

4 Answers 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 20 May 2010, 03:34 PM
This is quite possibly something that's been covered before but there appears to be a discrepancy between the filter row height in Chrome and IE.  For me that means that the bottom of the grid disappears off the page.  I've taken the attached image from one of your filter demos and have put chrome on the left and IE on the right.

Chrome seems to have an extra 1 px padding above the textboxes in the filter and 2 extra px below (3 in total).  Is there some quick fix css that I can use until this is rectified in the proper Telerik stylesheets?

The page I tested on was http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx and the theme was Vista although I use Web20 in my app and a similar thing happens so assume that this is the same for all themes.

Regards,

Jon

4 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 20 May 2010, 03:58 PM
Hello Jon,

Please add the following CSS rule to your page (site):

.rgFilterBox
{
       margin: 0 ;
}

Greetings,
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.
0
Jon
Top achievements
Rank 1
answered on 20 May 2010, 06:10 PM
Many thanks Dimo,

Is that a change that will be incorporated in a later version of the system?

Regards,

Jon
0
Dimo
Telerik team
answered on 21 May 2010, 06:56 AM
Hello Jon,

Yes.

All the best,
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.
0
Jon
Top achievements
Rank 1
answered on 21 May 2010, 07:30 AM
Good stuff.

Cheers,

Jon
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Jon
Top achievements
Rank 1
Share this question
or