Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
GeneralRe: ObjForScrpt Pin
Pete O'Hanlon22-Oct-08 9:27
mvePete O'Hanlon22-Oct-08 9:27 
AnswerRe: ObjForScrpt Pin
Paul Conrad21-Oct-08 5:53
professionalPaul Conrad21-Oct-08 5:53 
Questionlinked list in 2.0 and the error: Pin
nesfrank21-Oct-08 5:29
nesfrank21-Oct-08 5:29 
AnswerRe: linked list in 2.0 and the error: Pin
Ennis Ray Lynch, Jr.21-Oct-08 5:38
Ennis Ray Lynch, Jr.21-Oct-08 5:38 
GeneralRe: linked list in 2.0 and the error: Pin
nesfrank21-Oct-08 5:57
nesfrank21-Oct-08 5:57 
GeneralRe: linked list in 2.0 and the error: Pin
nesfrank21-Oct-08 6:07
nesfrank21-Oct-08 6:07 
GeneralRe: linked list in 2.0 and the error: [modified] Pin
Pedram Behroozi21-Oct-08 8:21
Pedram Behroozi21-Oct-08 8:21 
QuestionC# DataGridView extension to allow Drag n Drop. Pin
Graham_421-Oct-08 5:22
Graham_421-Oct-08 5:22 
I found some code on the net to allow drag and drop on a grid.
Code can be found at :- http://www.danielsoper.com/programming/DataGridViewDragDropRowsColumns.aspx[^]

Has any one had any experience of using this object? AS I am getting some frustraiting results!

Once I have added my DataSource and DataMember the control will not let me change the names of any of the columns. If I rename Column1 to Name, when I close the properties page it renames its self Column1 Mad | :mad:
I can get round this by renameing the columns in code datagridView2.Columns[0].HeaderText = "Name";
When I run my form the control seems to append a number of blank columns to the begining of my data,
if my data returns 23 columns the grid displays 43 columns Confused | :confused:

Any help would be appreciated.
AnswerRe: C# DataGridView extension to allow Drag n Drop. Pin
led mike21-Oct-08 9:09
led mike21-Oct-08 9:09 
Questionselection of row on which i mouse right click button is clicked in true db grid Pin
tanvir209021-Oct-08 5:08
tanvir209021-Oct-08 5:08 
AnswerRe: selection of row on which i mouse right click button is clicked in true db grid Pin
Ashfield21-Oct-08 5:12
Ashfield21-Oct-08 5:12 
GeneralPaginated UI Pin
hairy_hats21-Oct-08 4:20
hairy_hats21-Oct-08 4:20 
GeneralRe: Paginated UI Pin
Ennis Ray Lynch, Jr.21-Oct-08 4:46
Ennis Ray Lynch, Jr.21-Oct-08 4:46 
QuestionHow can we get total days of the month? Pin
ATC21-Oct-08 4:04
ATC21-Oct-08 4:04 
QuestionRe: How can we get total days of the month? Pin
Eddy Vluggen21-Oct-08 4:16
professionalEddy Vluggen21-Oct-08 4:16 
AnswerRe: How can we get total days of the month? Pin
Guffa21-Oct-08 14:20
Guffa21-Oct-08 14:20 
QuestionHow to execute a SQL request thru a Thread Pin
magpierre21-Oct-08 4:01
magpierre21-Oct-08 4:01 
AnswerRe: How to execute a SQL request thru a Thread Pin
Eddy Vluggen21-Oct-08 4:16
professionalEddy Vluggen21-Oct-08 4:16 
Questionopening multi forms Pin
Miss_hacker21-Oct-08 3:14
Miss_hacker21-Oct-08 3:14 
AnswerRe: opening multi forms Pin
leppie21-Oct-08 3:16
leppie21-Oct-08 3:16 
AnswerRe: opening multi forms Pin
Wendelius21-Oct-08 8:18
mentorWendelius21-Oct-08 8:18 
AnswerRe: opening multi forms Pin
nelsonpaixao21-Oct-08 11:58
nelsonpaixao21-Oct-08 11:58 
QuestionGeneral UI Question - Anybody can have a go at this one Pin
MrEyes21-Oct-08 2:16
MrEyes21-Oct-08 2:16 
AnswerRe: General UI Question - Anybody can have a go at this one Pin
Eduard Keilholz21-Oct-08 2:40
Eduard Keilholz21-Oct-08 2:40 
JokeRe: General UI Question - Anybody can have a go at this one Pin
leppie21-Oct-08 3:18
leppie21-Oct-08 3:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.