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

The Archive Base Latest Questions

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

I have a DataGridView that’s bound to a DataSet. It has columns DateCreated, Weight,

  • 0

I have a DataGridView that’s bound to a DataSet. It has columns DateCreated, Weight, DateUsed. Those three columns do not take up much horizontal space on DataGridView that is nearly full screen. Is it possible to have those columns wrap back to the top if the view is wide enough to support a second group of those colums. So across the header it would read DateCreated, Weight, DateUsed, DateCreated, Weight, DateUsed. Then when a row is clicked, only 3 cells would be highlighted, not all six. Is there something that can provide this functionality?

  • 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-14T05:40:16+00:00Added an answer on May 14, 2026 at 5:40 am

    I don’t know of anything like that out of the box.

    You could create that effect yourself. You would need to decouple the actual data from the presentation of the data. Instead of a single DataRow per grid row, you’ll need to merge them together to show multiple rows on a single row.

    So your helper method might do the following:

    • Compare the width of the DataGridView to the number of rows
    • Determine how many DataRows columns would be visible
    • Build a new DataTable with extra column sets to represent each column
      • Example: DateCreated1, Weight1, DateUsed1, DateCreated2, Weight2, DateUsed2, etc.
    • Populate the DataTable with the original DataSet
    • Bind the DataGridView to the new table

    Some considerations: can users sort the data? If so, you’ll have to write that yourself.

    Do you need to be able to add new rows using this view? That sounds very difficult with this kind of view.

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

Sidebar

Related Questions

I have a DataGridView that has three read only columns in it and one
I have a dataGridView that has 3 columns: SystemId, FirstName, LastName that is bound
I have a DataGridView that is bound to a DataSet. The DataSet has its
I have a DataGridView that is bound to a DataTable, it has a column
I have a DataGridView that is displaying a List of objects (not DataSet). Is
I have a datagridview that is linked to a three columns in the database,
I have a datagridview that is bound to a dataset I defined the table
I have a DataGridView that is bound to a DataSet and I allow someone
I have a DataGridView that is bound to a list of objects called BaseChange.
I have a datagridview that may or may not have rows selected when the

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.