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

[Solved] Row height

1 Answer 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dingjing
Top achievements
Rank 2
dingjing asked on 08 Apr 2008, 02:31 AM
Where in the css is the best place to control row height? I tried in

.GridRow_WebBlue td,
.GridAltRow_WebBlue td,
.GridEditRow_WebBlue td
{
    height: 12px;
}


But it has no effect.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 10 Apr 2008, 11:59 AM
Hello dingjing,

It seems that you chose the proper classes to modify the row height for the WebBlue skin (assuming that you use this skin externally with UseEmbeddedSkins set to false as discussed here).

Can you please double-check that you followed the steps depicted in the article? Moreover, check whether the height value is applied to the row elements (tr) in the rendered table html using IE Developer Toolbar or FireBug.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
dingjing
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or