Hi Everyone
I Have been trying to set header backcolour (to black) and the coloumn headings white to contrast. I have tried various things, but the header backcolour will not change it seesm to be the same as the MasterTableview, a light grey, the forecolour in the detail view changes, as does the backcolour in the detailview but not the header. Any suggestions would be great. Thanks
I Have been trying to set header backcolour (to black) and the coloumn headings white to contrast. I have tried various things, but the header backcolour will not change it seesm to be the same as the MasterTableview, a light grey, the forecolour in the detail view changes, as does the backcolour in the detailview but not the header. Any suggestions would be great. Thanks
<
telerik:RadGrid
ID
=
"gvDefleetCapIds"
runat
=
"server"
AllowSorting
=
"True"
AutoGenerateColumns
=
"False"
CellSpacing
=
"0"
Font-Names
=
"Verdana"
Font-Size
=
"X-Small"
GridLines
=
"None"
ondetailtabledatabind
=
"gvDefleetCapIds_DetailTableDataBind"
oneditcommand
=
"gvDefleetCapIds_EditCommand"
onitemcommand
=
"gvDefleetCapIds_ItemCommand"
onneeddatasource
=
"gvDefleetCapIds_NeedDataSource"
onupdatecommand
=
"gvDefleetCapIds_UpdateCommand"
Width
=
"1200px"
AllowPaging
=
"True"
PageSize
=
"30"
AllowCustomPaging
=
"True"
>
<
headercontextmenu
cssclass
=
"GridContextMenu GridContextMenu_Default"
>
</
headercontextmenu
>
<
mastertableview
autogeneratecolumns
=
"False"
cellspacing
=
"0"
datakeynames
=
"CapID,Year,Plate"
font-names
=
"Verdana"
font-size
=
"X-Small"
>
<
DetailTables
>
<
telerik:GridTableView
AutoGenerateColumns
=
"False"
DataKeyNames
=
"RegNumber"
Font-Names
=
"Verdana"
Font-Size
=
"X-Small"
Name
=
"TheVehicles"
ShowFooter
=
"true"
>
<
HeaderStyle
ForeColor
=
"White"
BackColor
=
"Black"
HorizontalAlign
=
"Justify"
/>