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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top