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.
Nadine
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