Showing Multiple Displaymembers

  • Thread starter Thread starter Nathan Guill
  • Start date Start date
N

Nathan Guill

I have a combobox that lists 3 columns of data. When a row is selected, I
need to show 2 of those colums to the user. I would like to show this in
the combobox, but the default ability doesn't allow this, I'm wondering how
others have handled this in the past and what suggestions others might have
for me in this instance.
 
The best approach would be to add a fourth column to your source data that
combines the two you need to display, combined in the manner in which you
wish to display them, and show that instead.
 

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