My problem realated with Office2007 Custom Style.I created my custom skin from default Office2007 css files.
And I changed Alternative row backcolor from html.But When I select row.Problem with background color.In
white rows there is no problem.How can I redesign css file.Please look image what is my problem
I have changed just
.RadGrid_MyCustomSkin
.rgRow td ,
.RadGrid_MyCustomSkin
.rgAltRow
td
{
border-color:#d0d7e5 ;
border-width:0px ;
padding: 0 !important
; }
<telerik:RadGrid ID="grdGidis" Width="720px" Skin="MyCustomSkin" AlternatingItemStyle-BackColor="#F2F2F2" EnableEmbeddedSkins="false" Height="720px" runat="server" AutoGenerateColumns="False" OnItemCommand="grdGidis_ItemCommand"> <MasterTableView TableLayout="Fixed" DataKeyNames="UcusID,D_UcusID"> <NoRecordsTemplate> Sefer Bulunamadı... </NoRecordsTemplate> <Columns> <telerik:GridTemplateColumn ItemStyle-VerticalAlign="Middle" UniqueName="HavayoluLogo"> <HeaderTemplate> Header... </HeaderTemplate> <ItemTemplate> Items... </ItemTemplate> </telerik:GridTemplateColumn> </Columns> </MasterTableView> <PagerStyle Mode="NumericPages"></PagerStyle> <ClientSettings EnableRowHoverStyle="true" AllowRowsDragDrop="false" Selecting-AllowRowSelect="true" AllowColumnsReorder="False"> <Resizing AllowRowResize="False" EnableRealTimeResize="False" ResizeGridOnColumnResize="False" AllowColumnResize="False"></Resizing> <Selecting AllowRowSelect="false" /> <Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true" /> </ClientSettings> </telerik:RadGrid>