473,387 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

DataGridViewColumn DisplayIndex Issue

Hello..

I'm having an issue setting the DisplayIndex for my DataGridViewColumns

The dataViewGrid is bound to a class derived from List<T>

I'm doing something like:

myDataViewGrid.Columns["A"].DisplayIndex = 0
myDataViewGrid.Columns["B"].DisplayIndex = 1
myDataViewGrid.Columns["C"].DisplayIndex = 2
myDataViewGrid.Columns["D"].DisplayIndex = 3
.... there are several other columns, but I don't care about their position.

Which ever is the last column I set, that seems to be the one that sticks...
looking at the intermediate results by looking at the names and
DisplayIndexes, I see something like this:

After setting A:0
1 F
2 G
3 D
4 E
5 B
0 A
6 C
7 etc..
...
...

After setting B:1
0 F
2 G
3 D
4 E
1 B
5 A
6 C
7 etc..
...
...

After setting C:2
0 F
1 G
3 D
4 E
5 B
6 A
2 C
7 etc..
...
...
I finally gave up, and move my set code to set ALL the column indexes,
starting hightest index to lowest, and did this in the
dataGridView2_DataBindingComplete event reactor.

Is this normal?
Jan 11 '08 #1
0 2051

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: tsair | last post by:
When i add a new property into datagridviewcolumn, the property alway show null even i has been key in something in the property. how to solve this ? thank you
1
by: Werner Boelen | last post by:
After binding a DataGridView to a datasource and looping through the columns to update the headertext, some captions get modified and some don't. Sample code copied from ms-help: For Each...
0
by: c j anderson, mcp | last post by:
Synopsis: DataGridViewColumn reorder does not update display, but a repopulation of underlying dataset does... I must be missing something obvious. I have a scenario where the underlying XML...
4
by: Ken | last post by:
I am adding items to a listview and I get an exception that seems to be random. "500 is not a valid value for displayindex" I have searched the web looking for others with this problem and...
0
by: Ryan Dawson | last post by:
Hello. I am getting an error when trying to remove/access items inside of a listview: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter...
5
by: Tsair | last post by:
I do a customise DataGridColumn with a UserControl (TextBox + Button for Calender), DataGridView does not show the data content of the column.
2
by: Michel Lapointe | last post by:
Hi, I have a problem while creating a customized DataGridViewColumn with a custom property. The problem is that after defining the property, adding the column to my Datagridview and settings...
1
by: lbelkova | last post by:
Hello, I've created a custom DataGridViewColumn. Everything work well, except for some reason the column doesn't accept some of the chars: "q", "." and "'". Did anybody have a similar problem?...
0
by: Brian | last post by:
When my dgv was bound the displayindex setting worked fine. Now I am populating the dgv via in-line SQL and the setting the displayIndex does not work correctly. Before I attempt to set the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.