Hello,
columns with background-color appears buggy if the row is selected !
see this example
Thank you for your help!
columns with background-color appears buggy if the row is selected !
see this example
Thank you for your help!
5 Answers, 1 is accepted
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:
Thanks
Shinu.
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
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:
Thanks
Shinu.
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
i am already using a CssClass ;-)
The skinID i use in grid is "office2007".
any other ideas?
Cheers
Alaeddin
0
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
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