G
Guest
I'd like to have separate items in the DataGridViewComboBoxColumn for each
row,
For an example look at the vs2005 query builder.
Column(0) is the fieldName and contains a list of the fields from the table
named in column(2). If the table selected in column(2) of a particular row is
changed the available items in column(0) reflect the available fields for
that table.
And if there isn’t a table selected in column(2) then the items available in
column(0) is the full field list for all table.
How would I do something similar (really really similar)?
row,
For an example look at the vs2005 query builder.
Column(0) is the fieldName and contains a list of the fields from the table
named in column(2). If the table selected in column(2) of a particular row is
changed the available items in column(0) reflect the available fields for
that table.
And if there isn’t a table selected in column(2) then the items available in
column(0) is the full field list for all table.
How would I do something similar (really really similar)?