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

selected row appearance bug in grid

5 Answers 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gernot
Top achievements
Rank 1
Gernot asked on 17 Jul 2008, 11:29 AM
Hello,
columns with background-color appears buggy if the row is selected !

see this example

Thank you for your help!

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Jul 2008, 11:41 AM
Hi Alaeddin,

I tried this on my end and the Grid is showing the selected rows correctly. Which version of the Grid are you using? Mine is Grid(2008.1.415.20).

ASPX:
<telerik:GridBoundColumn DataField="ProductName"  HeaderText="ProductName" SortExpression="ProductName" UniqueName="ProductName"
       <ItemStyle BackColor="Aquamarine" /> 
      </telerik:GridBoundColumn> 


Thanks
Shinu.
0
Gernot
Top achievements
Rank 1
answered on 17 Jul 2008, 11:45 AM
Version : RadControls for ASP.NET AJAX  2008.1 619

Thank you for your help !
0
Shinu
Top achievements
Rank 2
answered on 18 Jul 2008, 06:17 AM
Hi Alaeddin,

Can you try setting the BackColor for the column using CssClass and see whether  this problem still exists.

ASPX:
 <telerik:GridBoundColumn DataField="ValueCol"  ShowSortIcon="False" HeaderText="ValueCol" SortExpression="ValueCol" 
                            UniqueName="ValueCol"
                            <ItemStyle  CssClass="CustomColor" /> 
                        </telerik:GridBoundColumn> 

 <style type="text/css" > 
    
    .CustomColor 
    { 
     background-color: Red; 
    } 
    </style> 
</head> 


Thanks
Shinu.
0
Gernot
Top achievements
Rank 1
answered on 18 Jul 2008, 07:52 AM
Hi,
i am already using a CssClass ;-)

The skinID i use in grid is "office2007".

any other ideas?

Cheers
Alaeddin
0
Daniel
Telerik team
answered on 18 Jul 2008, 01:31 PM
Hi Alaeddin,

Please send us a small working example illustrating the undesired behavior. You can attach it using regular support ticket. Because this is an issue we are not aware of, this will help us to provide you with straight-to-the point answer/solution.

Kind Regards,
Daniel
the Telerik team

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