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 777037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:32:34+00:00 2026-05-14T19:32:34+00:00

Is there a way to format a gridview column footer value as currency. I’v

  • 0

Is there a way to format a gridview column footer value as currency. I’v set the DataFormatString of the BoundField to {0:c} but this doesn’t seem to affect the footer. Do I have to do it in the RowDataBound event?

  • 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-14T19:32:35+00:00Added an answer on May 14, 2026 at 7:32 pm

    I ended up doing it in a way similar to this…

    protected void gridView1_RowDataBound(object sender, GridViewRowEventArgs e)
    {
        double dVal = 0.0;
    
        if (e.Row.RowType == DataControlRowType.DataRow)
        {
            dVal += Convert.ToDouble(e.Row.Cells[1].Text);
        }
    
        if (e.Row.RowType == DataControlRowType.Footer)
        {
            e.Row.Cells[1].Text = dVal.ToString("c");
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to format this so it's a valid expression, without adding
Is there a way I can get a date by the format MM/dd but
Is there a way to format the time to look like this: 10h23 I
Is there a way to format the correct currency representation for a country? Example
Is there a way to format JSON to be displayed in the view? This
Is there a way to format a decimal as following: 100 -> 100 100.1
Is there a way to format in PHP a number always keeping its sign
Is there any way to format a USB mass storage device programmatically in Android?
Is there a way to format the output of Select-String to include newlines between
Is there a better way to format data uniformly than to store data as

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.