Hi all,
In my .css file i have a class with the foll prop:
.CHANGEFONT
{
font-size: 6pt;
font-family: Verdana, Arial;
color:Blue;
font-weight:bold;}
I have a datagrid with some template columns and editcommandcolumns(edit,update,cancel)
1) In my page made a reference to this style...