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

Appearance or skin problem in selected row

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nadine
Top achievements
Rank 1
Nadine asked on 27 Oct 2010, 12:28 PM
Hi,

I have a problem in my grid (skin: Oulook).

When I select a row, some kind of half background appears in the row. I don't know if it's some kind of background color or an additional part of the header?

I attached a screenshot of unselected and selected state.

            <telerik:RadGrid ID="RadGridSourcing" Skin="Outlook"  BorderStyle="None" <br>                runat="server" OnItemCreated="RadGridSourcing_ItemCreated" <br>                OnItemCommand="RadGridSourcing_OnItemCommand" AllowMultiRowSelection="true" ClientSettings-Selecting-AllowRowSelect="true"<br>                OnNeedDataSource="RadGridSourcing_NeedDataSource"<br>                 Width="100%" OnItemDataBound="RadGridSourcing_ItemDataBound" OnPreRender="RadGridSourcing_PreRender" BorderWidth="0">                 <br>                <HeaderStyle BackColor="Blue" BorderWidth="0"/> <br>                <CommandItemStyle BackColor="White"   /><br>                <ItemStyle ForeColor="DimGray" BackColor="White"  /><br>                <ActiveItemStyle BackColor="White"  /><br>                <AlternatingItemStyle BackColor="AliceBlue" ForeColor="DimGray" /> <br>                <SelectedItemStyle BackColor="White" /> <br>                <EditItemStyle BackColor="White" />                <br><MasterTableView AutoGenerateColumns="False" ShowHeader="true" EditMode="PopUp" DataKeyNames="Guid">


Nadine

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Oct 2010, 02:09 PM
Hi Nadine,

Please refer to:

http://www.telerik.com/community/code-library/aspnet-ajax/grid/how-to-preserve-the-original-radgrid-selected-hover-row-background-when-using-itemstyle-backcolor.aspx

Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Nadine
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or