Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
AnswerRe: So I Tried Graphics Tonight For The First Time Pin
PIEBALDconsult15-May-10 5:06
mvePIEBALDconsult15-May-10 5:06 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
Luc Pattyn15-May-10 5:25
sitebuilderLuc Pattyn15-May-10 5:25 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
Som Shekhar15-May-10 5:36
Som Shekhar15-May-10 5:36 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
PIEBALDconsult15-May-10 13:09
mvePIEBALDconsult15-May-10 13:09 
GeneralRe: So I Tried Graphics Tonight For The First Time Pin
PIEBALDconsult15-May-10 13:09
mvePIEBALDconsult15-May-10 13:09 
QuestiondataGridView filtering with IList. Pin
mprice21414-May-10 10:50
mprice21414-May-10 10:50 
AnswerRe: dataGridView filtering with IList. Pin
Henry Minute15-May-10 1:22
Henry Minute15-May-10 1:22 
GeneralRe: dataGridView filtering with IList. Pin
mprice21415-May-10 15:46
mprice21415-May-10 15:46 
Thanks Henry.

Henry Minute wrote:
Secondly a question. Will your DataGridView only have one row or will it have, possibly, many rows where the user can perform this operation differently on each row? e.g. user selects 2 on row1 combo1 and selects 1 on row2 combo1 and so on.


It will have many rows where the user can add additional devices. For example, they will have a device with a S/N 123. That device can connect to another device with S/N 234 (so now there are two columns). My challenge is to have a third and fourth column which is what this thread is about. There will be a collection in column 4 from which they can select. This will be read only. Going back to the original post, if they select '1' in column 3, they can only select '11', '12', or '13' in column 4. Again, read only. There can be several rows in the dataGridView.

Appendix A, 18 indicates pulling data from two tables. In this case, I am writing the data to a .xml file as there won't be a large amount of data. Therefore, there is only one table to speak of. Since column 4 is read only, it doesn't seem to make sense to have another .xml file for a table that just has a limited and fixed amount of data. I'm a novice, but I want to lean towards an IList, but I'm a novice. Sniff | :^)

I'm still going over this document (thanks a lot by the way, it's great for coming up to speed more quickly on dataGridView), but wanted to respond in case I was headed on a wild goose chase.

Thanks, Mike
GeneralRe: dataGridView filtering with IList. Pin
Henry Minute16-May-10 0:23
Henry Minute16-May-10 0:23 
GeneralRe: dataGridView filtering with IList. Pin
mprice21416-May-10 15:57
mprice21416-May-10 15:57 
Questionwindows 7 jumplist window border style? Pin
Druuler14-May-10 8:05
Druuler14-May-10 8:05 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 8:56
sitebuilderLuc Pattyn14-May-10 8:56 
AnswerRe: windows 7 jumplist window border style? Pin
Luc Pattyn14-May-10 10:43
sitebuilderLuc Pattyn14-May-10 10:43 
QuestionCreating Control at Design time Pin
Said Ali Jalali14-May-10 6:50
Said Ali Jalali14-May-10 6:50 
AnswerRe: Creating Control at Design time Pin
DaveyM6914-May-10 7:07
professionalDaveyM6914-May-10 7:07 
QuestionRe: Grid: Fill background colour to 1 column only from row Help Pin
roman_s14-May-10 5:15
roman_s14-May-10 5:15 
Question\r\n to <br /> Pin
Xmen Real 14-May-10 5:00
professional Xmen Real 14-May-10 5:00 
AnswerRe: \r\n to <br /> Pin
PIEBALDconsult14-May-10 6:19
mvePIEBALDconsult14-May-10 6:19 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:24
professional Xmen Real 14-May-10 6:24 
GeneralRe: \r\n to Pin
PIEBALDconsult14-May-10 6:37
mvePIEBALDconsult14-May-10 6:37 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 6:41
professional Xmen Real 14-May-10 6:41 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 9:28
protectorAspDotNetDev14-May-10 9:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:26
professional Xmen Real 14-May-10 18:26 
GeneralRe: \r\n to Pin
AspDotNetDev14-May-10 18:28
protectorAspDotNetDev14-May-10 18:28 
GeneralRe: \r\n to Pin
Xmen Real 14-May-10 18:30
professional Xmen Real 14-May-10 18:30 

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.