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

GridFilterRow

3 Answers 74 Views
Designs, skins, themes
This is a migrated thread and some comments may be shown as answers.
John Bernard
Top achievements
Rank 1
John Bernard asked on 22 Mar 2007, 07:17 PM

Hi,
I am trying to change the size of the input box in the GridFilterRow.  The style below does not work:

.GridFilterRow_Telerik

{

font: normal 8pt Verdana, Arial, Sans-serif;

height: 18px;

background: blue;

}

I am having the same problem with the footer - is this the class that controls the input boxes?

.GridPager_Telerik

Thank you.

3 Answers, 1 is accepted

Sort by
0
Kevin
Top achievements
Rank 1
answered on 22 Mar 2007, 08:17 PM
Can you please try with this?

.GridFilterRow_Telerik input
{
   font: normal 8pt Verdana, Arial, Sans-serif;
   height: 18px;
   background: blue;
}

If this does not help, then pasting the declaration of your grid would really be useful - it could provide additional clues.
0
John Bernard
Top achievements
Rank 1
answered on 23 Mar 2007, 03:31 PM
Thank you!  This works.  I did look at the Class descriptions for the Grid before posting.  Why are these classes, such as the one you provided, not already defined in the stylesheet?
0
Kevin
Top achievements
Rank 1
answered on 23 Mar 2007, 03:39 PM
Currently, it seems that the Grid Filtering apperance is not fully covered in telerik skin files (as of release Q4 SP2),

According to this forum thread:
http://www.telerik.com/community/forums/thread/b311D-tkakm.aspx

telerik is aware of that and will update the skins next release, which will be end of April I believe. Meanwhile I am afraid, we will have to manually enter some Css settings.
Tags
Designs, skins, themes
Asked by
John Bernard
Top achievements
Rank 1
Answers by
Kevin
Top achievements
Rank 1
John Bernard
Top achievements
Rank 1
Share this question
or