ToolStripComboBoxEx

Hi, everyone

I have a little problem with ToolStripComboBoxEx. Every time I choose some item, everything looks and works fine, except that instead of showing the DisplayMember of the selected object (in the end of the choosing process), ToolStripComboBoxEx shows something like: "MyApp.MyItem" (instead of, lets say: "Second Choice"). *Little remark: everything looks fine in the opened list. The problem occurred only after item selection.

Thanks in advance :)
Allon

2 Replies

AL Allon September 13, 2009 09:13 AM UTC

Hi, everyone

I found out that I had to refer DropDownStyle property...

myCombo.ComboBox.DropDownStyle = GridDropDownStyle.Exclusive

Thanks again,
Allon


MJ Mano J Syncfusion Team September 14, 2009 04:43 AM UTC

Hi Allon,

Thanks for the update.

Regards,
Mano

Loader.
Up arrow icon