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

SortedBackColor & Header

2 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aurelio Righetti
Top achievements
Rank 1
Aurelio Righetti asked on 10 Feb 2010, 12:26 AM
Hi
I have a problem with the SortedBackColor of the column, it goes to cover the middle line of the head and the text is hidden.
Is normal and I have to change the text color of the head ? or it is a problem of the command ?

<SortingSettings SortedAscToolTip="Ordinamento Ascendente." SortedBackColor="LemonChiffon" 
                            SortedDescToolTip="Ordinamento Discendente." SortToolTip="Clicca qui per ordinare la griglia." /> 

In the <DetailTables> is work fine.



Attach the sample of the problem.

Versione of the ASP.NET 2009.3.1407.35 the last internal version.

Tnks
Aurelio

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 10 Feb 2010, 10:54 AM
Hi Aurelio,

I suggest you to add the following CSS rule to your web page:

.RadGrid_Hay  .rgHeader
{
          background-color: #4eb106  !important;
}

This will override the SortedBackColor applied to the header cells and enforce back their original skin background color.

Best wishes,
Dimo
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Aurelio Righetti
Top achievements
Rank 1
answered on 11 Feb 2010, 11:17 PM
Hi Dimo, it's work fine.. Tnks

PS) However, the problem appears only when the header has more than one line, if header have only one line it's OK

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