dataGrid ComboBox Column

  • Thread starter Thread starter Roberto
  • Start date Start date
R

Roberto

Hey all,
How can I populate a dataGrid's column (ComboBox style) with different
values in each row?

P.S: I am using VS 2005.

Thanks,
Roberto
 
Depends what those values are going to be Roberto.

Are you wanting just a unique identifier? or are the values set by yourself
or data inputted!

Are you wanting to put these values in after the datagrid has already been
populated?

MC
 
Here how it works:
The dataGrid will be populated with my Products table (from Sql Server).
Each Product has it's own set of Prices (different from one Product to
the
other).
I wish I could put these Prices in the dataGrid (using a ComboBox
Column)
in the same time it is being populated, not after. Although, if it is
the
only way, I can try it too.

Thanks for your help,
Roberto
 
Back
Top