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

RadGrid Row height

1 Answer 136 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 11 May 2012, 04:08 PM
Hi,

I'm having browser compatibility issues with radgrid row height. Firefox seems to be fine but internet explorer is not. I attached a screen shot of both can you assist. I've  tried everything. here is the css:
.rgRow,.rgRow td
            {
                height:30px !important;
                cursor:pointer;
               background-color: #ffffff;
                 border-bottom:solid 1px #EDEDED !important;
            }
            .rgAltRow,.rgAltRow td
            {
                height:30px !important;
                cursor:pointer;
                background-color: #ffffff;
                border-bottom:solid 1px #EDEDED;
                /*border:none!important;
                background-image : none!important;*/
            }
Thanks,
Ron

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 May 2012, 11:29 AM
Hi Ron,

I believe that the forum thread below will be useful for you:
http://www.telerik.com/community/forums/aspnet-ajax/grid/itemstyle-height-different-in-firefox-ie7.aspx

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Ron
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or