Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7405553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:25:14+00:00 2026-05-29T05:25:14+00:00

<asp:GridView AllowSorting=true onsorting=grid_Sorting….> <asp:TemplateField …> <HeaderStyle Font-Underline=True /> </asp:TemplateField> <asp:BoundField SortExpression=xyz…> <HeaderStyle Font-Underline=True />

  • 0
<asp:GridView AllowSorting="true"  onsorting="grid_Sorting"....> 

     <asp:TemplateField ...> 
          <HeaderStyle Font-Underline="True" /> 
      </asp:TemplateField> 

     <asp:BoundField SortExpression="xyz"...> 
          <HeaderStyle Font-Underline="True" /> 
      </asp:BoundField> 

</asp:GridView> 

I want to show GridView column header as underline so that user will undestand the header supports the sorting.
Right now only on mouse over it is showing underline to the column header.
I am using above code but still not getting underline to the Column Header.
What is the way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T05:25:15+00:00Added an answer on May 29, 2026 at 5:25 am

    This will work:

    <asp:TemplateField HeaderText="<u>Your Header Text</u>"           
    //define your template here        
    </asp:TemplateField>
    

    Simply add tag to your header text. Change the header text to suit your needs.

    For BoundField (actually for all), this will work i guess.

    Add this between your <head> tag

    <style>
    
    th
    {
       text-decoration:underline    
    }
    
    </style>
    

    +1 if this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<asp:GridView ID=GridView2 runat=server AllowPaging=True AllowSorting=True AutoGenerateColumns=False DataSourceID=LinqDataSource1> <Columns> <asp:BoundField DataField=UserName HeaderText=User Name ReadOnly=True SortExpression=UserName
i have a gridview table like this... <div> <asp:GridView ID=GridView1 runat=server AllowSorting=true OnSorting=TaskGridView_Sorting >
<asp:GridView ID=gvStates AutoGenerateColumns=false Width=100% AllowSorting=true runat=server OnRowCreated=gvStates_RowCreated OnRowDataBound=gvStates_RowCreated> <HeaderStyle BackColor=#57768f ForeColor=White /> <RowStyle BackColor=#dae2e8
I have a gridview like this. <asp:GridView ID=grdMerchant runat=server GridLines=None HeaderStyle-Font-Bold=True AutoGenerateColumns=False AllowSorting=True ShowHeader=false
When AllowSorting is true on an asp.net GridView, it just makes the headers with
I have a gridview like below: <asp:GridView DataKeyNames=TransactionID AllowSorting=True AllowPaging=TrueID=grvBrokerage runat=server AutoGenerateColumns=False CssClass=datatable Width=100%
i have the following gridview <asp:GridView ID=GridView3 runat=server AllowPaging=True AllowSorting=True AutoGenerateColumns=False DataKeyNames=ID DataSourceID=CommentsDataSource> <Columns>
I have the following GridView in ASP.NET 3.5: <asp:GridView ID=gvTable runat=server AllowSorting=true ShowHeader=true> <Columns>
I have an ImageButton in a GridView. <asp:GridView ID=ItemGridView runat=server DataKeyNames=Id OnRowDataBound=ItemGridView_RowDataBound AllowPaging=True AllowSorting=True
Given a GridView control defined like this: <asp:GridView ID=AttachedFilesGridView runat=server AllowSorting=true AllowPaging=false CellPadding=5 AutoGenerateColumns=false

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.