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

  • SEARCH
  • Home
  • 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 8068685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:46:15+00:00 2026-06-05T12:46:15+00:00

Need to set the column width of a gridview in asp.net programmatically. ** Autogenerated

  • 0

Need to set the column width of a gridview in asp.net programmatically.
** Autogenerated Columns (i.e., AutogenerateColumns = “true”).

I tried the following;

protected void gv_RowCreated(object sender, GridViewRowEventArgs e)
{
    e.Row.Cells[2].Width = Unit.Pixel(200);
}

but no use.

  • 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-06-05T12:46:16+00:00Added an answer on June 5, 2026 at 12:46 pm

    This is my GridView1 on aspx file

    <asp:GridView ID="GridView1" runat="server" AllowSorting="True" 
    Font-Size="Small" Width="800px" OnRowDataBound="GridView1_RowDataBound" > 
    
            <Columns>
                    <asp:CommandField SelectText="Seç" ShowSelectButton="True"/>
            </Columns>
    
    </asp:GridView>
    

    This is where I set my GridView’s column width programmatically in codebehind.It is actually about setting the cell’s width but it controls the column width so this is a way.As you can see I do not have AutogeneratedColumns="True", though I do not think that would matter because GridView.RowDataBound occurs when a data row is bound to data.

    protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
    { 
         e.Row.Cells[1].Width = 1;
         e.Row.Cells[0].Width = 1;
         e.Row.Cells[4].Width = 75;
         e.Row.Cells[5].Width = 1;                
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I Have a and ASP.NET GridView which is set so <asp:GridView ID=GridView1 runat=server AutoGenerateColumns=False
I am using an Asp:GridView with AutoGenerateColumns property set to true to display all
I see another thread somewhat like my question at: ASP.NET GridView Column - formatting
I am trying to set the top gridview's column's width to the body's column
So I need to align columns, with divs that have a set width inside
On my windows form, I need to programatically set the width of columns in
I need to write a generic procedure that set value for one column or
I am trying to bind an ASP.NET GridView control to an string array and
I have a gridview with a column of asp buttons that I toggle the
In ASP.NET 4, I have a GridView, which contains a DropDownList in the asp:TemplateEdit

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.