Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
AnswerRe: Let "Console-Application" running Pin
SeMartens1-Sep-09 21:00
SeMartens1-Sep-09 21:00 
GeneralRe: Let "Console-Application" running Pin
Mycroft Holmes1-Sep-09 21:22
professionalMycroft Holmes1-Sep-09 21:22 
GeneralRe: Let "Console-Application" running Pin
SeMartens1-Sep-09 21:39
SeMartens1-Sep-09 21:39 
GeneralRe: Let "Console-Application" running Pin
PIEBALDconsult2-Sep-09 3:28
mvePIEBALDconsult2-Sep-09 3:28 
AnswerRe: Let "Console-Application" running Pin
Mirko19801-Sep-09 22:50
Mirko19801-Sep-09 22:50 
QuestionSortable gridview with comboboxes and can add/delete rows [modified] Pin
Nigel Mackay1-Sep-09 19:58
Nigel Mackay1-Sep-09 19:58 
AnswerRe: Sortable gridview with comboboxes and can add/delete rows Pin
Mycroft Holmes1-Sep-09 21:19
professionalMycroft Holmes1-Sep-09 21:19 
GeneralRe: Sortable gridview with comboboxes and can add/delete rows Pin
Nigel Mackay1-Sep-09 21:43
Nigel Mackay1-Sep-09 21:43 
I am using a DataGridViews on Windows forms.

Had a look at the article, but it does not handle my problem: sortable, with comboboxes, and adding/deleting rows.

Essentially, the question: which is the best way to handle the list of values that must be displayed in the combobox column - use a dictionary or a struct and sort the dictionary/struct when the grid is sorted, or maybe some other method.

I started off using an ArrayList of int, but then I have no reference to sort it to the same order as the grid. So it has to be an ArrayList of a struct that stores the value that must go in the combobox and a value from some other column in the grid so that I can sort the ArrayList to the same order. And it starting to boggle my mind!
GeneralRe: Sortable gridview with comboboxes and can add/delete rows Pin
Mycroft Holmes1-Sep-09 21:55
professionalMycroft Holmes1-Sep-09 21:55 
GeneralRe: Sortable gridview with comboboxes and can add/delete rows Pin
Nigel Mackay1-Sep-09 22:15
Nigel Mackay1-Sep-09 22:15 
GeneralRe: Sortable gridview with comboboxes and can add/delete rows Pin
Mycroft Holmes1-Sep-09 22:26
professionalMycroft Holmes1-Sep-09 22:26 
QuestionGetChanges() Cannot see the modifications inside dataset! Pin
sevag.m1-Sep-09 19:39
sevag.m1-Sep-09 19:39 
QuestionHow to use some part of .Net framework in my setup package? Pin
saberimanesh1-Sep-09 19:29
saberimanesh1-Sep-09 19:29 
AnswerRe: How to use some part of .Net framework in my setup package? Pin
Vimalsoft(Pty) Ltd1-Sep-09 20:49
professionalVimalsoft(Pty) Ltd1-Sep-09 20:49 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
saberimanesh1-Sep-09 21:01
saberimanesh1-Sep-09 21:01 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Christian Graus1-Sep-09 21:04
protectorChristian Graus1-Sep-09 21:04 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Vimalsoft(Pty) Ltd1-Sep-09 21:05
professionalVimalsoft(Pty) Ltd1-Sep-09 21:05 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Dave Kreskowiak2-Sep-09 4:23
mveDave Kreskowiak2-Sep-09 4:23 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Dan Neely2-Sep-09 4:30
Dan Neely2-Sep-09 4:30 
AnswerRe: How to use some part of .Net framework in my setup package? Pin
Christian Graus1-Sep-09 21:01
protectorChristian Graus1-Sep-09 21:01 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
saberimanesh1-Sep-09 21:11
saberimanesh1-Sep-09 21:11 
GeneralRe: How to use some part of .Net framework in my setup package? Pin
Christian Graus1-Sep-09 21:17
protectorChristian Graus1-Sep-09 21:17 
GeneralRe: How to use some part of .Net framework in my setup package? thanks alot. Pin
saberimanesh1-Sep-09 21:31
saberimanesh1-Sep-09 21:31 
GeneralRe: How to use some part of .Net framework in my setup package? thanks alot. Pin
Christian Graus1-Sep-09 21:33
protectorChristian Graus1-Sep-09 21:33 
AnswerRe: How to use some part of .Net framework in my setup package? Pin
PIEBALDconsult2-Sep-09 3:47
mvePIEBALDconsult2-Sep-09 3:47 

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.