sorting and datagrid and underline

  • Thread starter Thread starter sunil
  • Start date Start date
S

sunil

how to eliminate underline from sorting headers on a datagrid.
I modified <A> in the style sheet. Is there any other way to accomplish this
in code.
thanks

appreicate any help.
thanks
 
Template headers is what you are looking for.

However, it is simpler to use a CssStyle with "text-
decoration: none;" in it and put it in the <HeaderStyle>
tag...
 
Back
Top