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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:55:26+00:00 2026-06-01T10:55:26+00:00

I am creating window c# desktop application I have three columns in my datagridview

  • 0

I am creating window c# desktop application
I have three columns in my datagridview

column1 is DataGridViewCheckBoxColumn
and column 2 and column 3 is bounded through datatable.
Now i want that sequence of column should come as follows:

Column2 Column3 and Column1
but it is coming like as follows :

Column1 Column2 Column3

I want that DataGridViewCheckBoxColumn should come as last column of datagridview

thanks

  • 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-01T10:55:28+00:00Added an answer on June 1, 2026 at 10:55 am

    You should change display order of columns in design time.

    In design window, open the designing window of DataGridView, and the columns will be listed. You can re-arrange column by clicking up/down button on designing window.

    You can change display order programmatically by adding order of it, for e.g :

    DataGridViewCheckBoxColumn col3 = new DataGridViewCheckBoxColumn ();
    //...
    DataGridViewTextBoxColumn col1 = new DataGridViewTextBoxColumn ();
    //...
    DataGridViewTextBoxColumn col2 = new DataGridViewTextBoxColumn ();
    //...
    
    datagridview.columns.add(col3);
    datagridview.columns.add(col1);
    datagridview.columns.add(col2);
    

    HTH.

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

Sidebar

Related Questions

I am creating a Java Desktop Application that is going to have a Firewall.
Case : I'm creating an application (desktop application) with VB.NET (actually windows form), and
In previous versions of Xcode creating a window-based, universal application would populate the project
We have a mature Windows desktop application written in C++. The application's GUI sits
I am creating a Java Swing based desktop application in Netbeans. The application consists
I'm developing a new desktop application that will have several views such as a
I'm in the process of creating a desktop screen capture application. I'm using a
I'm making animation of moving window on desktop. I have found somewhere info that
We're planning on creating a feedreader as a windows desktop- and iPad application .
I am creating a desktop application with Flex for the first time. I am

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.