multi column combobox in datagrid

  • Thread starter Thread starter jaYPee
  • Start date Start date
J

jaYPee

i have search a lot of newsgroup and some website to find a sample for
multi column combobox in datagrid but no luck. there are so many
sample i found but it is not located in datagrid.

i would be very glad if you can direct me to a website that has this
sample

thanks in advance.
 
There are also plenty of examples of datagrid columns that display single
column comboboxes. If you look at the columnstyle code that is provided in
these examples, they create a ComboBox in the code and display it in place
of the edit control. I'd think you could just take one of these examples
and replace the basic ComboBox creation with one of the multicoolumn
comboboxes that you have found examples for.

WNC
 
thanks for the reply. however the code for combobox in datagrid is
different from the multi column combobox that i have downloaded.
 

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