DataGridView Two-dimensional table head, double-sided table head

Source: Internet
Author: User

The meeting is not difficult, this two-level table in the online search for no suitable, are said to be Rowmergeview control, do not know how to go.

After a long time to know, Rowmergeview is a homemade control, can be used when the DataGridView control,

Nonsense don't say on the steps

1. Add RO

The Wmergeview control, which is a. dll file. It doesn't seem like you can add a file, you need to M I

2. Code:

Querying out data

Sqlcon2. Open ();
SqlCommand sqlcom2 = new SqlCommand ("PROC_ view specified number of operation strips", sqlcon2);
Sqlcom2.commandtype = CommandType.StoredProcedure;

SqlDataAdapter sqlda2 = new SqlDataAdapter (SQLCOM2);
DataSet ds2 = new DataSet ();
Sqlda2. Fill (DS2);
This.rowMergeView1.DataSource = ds2. Tables[0];
Set Header Height
This.rowMergeView1.ColumnHeadersHeight = 40;
This.rowMergeView1.ColumnHeadersHeightSizeMode = datagridviewcolumnheadersheightsizemode.disableresizing;
THIS.ROWMERGEVIEW1.MERGECOLUMNNAMES.ADD ("Column1");
To set up a merged table header
This.rowMergeView1.AddSpanHeader (0, 5, "production single process Details");

It's so simple, got the afternoon

3.

Disadvantages are 1. Not three layers table 3. Without two-dimensional head

The great God, who had a better way (estimating that the great God would never read my essay),

are trying to make a more perfect template,

DataGridView Two-dimensional table head, double-sided table head

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.