DisplayMember property with multiples columns

  • Thread starter Thread starter schuelter
  • Start date Start date
S

schuelter

Hi all !!

I'm trying to display more than one column in DisplayMember property of
a ComboBox control. Is it possible?
I alson can't concatenate the coluns in the select command, becouse I'm
using this command for the DataSource:
this.lstTables.DataSource = con.GetSchema("Tables");

I hope you can help me.

Regards,
Eduardo Schuelter
 
Hi... you almost get it... very good article... but it only display
multiple columns when you open it...
But I think ComboBoxes are realy limitated... and there isn't a way to
do this without "customizing" the component.

Thanks a lot !!

Eric Moreau escreveu:
 
Back
Top