Posted 03 Dec 2012 Link to this post
bool
isexport =
false
;
protected
void
RadGrid1_ItemCreated(
object
sender, GridItemEventArgs e)
{
true
if
(e.Item
is
GridGroupHeaderItem && isexport)
foreach
(TableCell cell
in
e.Item.Cells)
cell.Style.Add(
"color"
,
"Red"
);
"font-size"
"large"
}
Posted 04 Dec 2012 Link to this post
"font-family"
"Verdana"
Posted 06 Dec 2012 Link to this post