Hi, Mike!
I've got a trouble with data presentation in ultraCombo - I want it to look like usual combo - just one column shown (display member) and one to be value member. But I get all of the columns and I get these nasty headers on top..... How to change the situation?
You may want to look at using the UltraComboEditor instead, since this would provide the 'usual combo' look and feel more easily than the UltraCombo. Should you still need to use the UltraCombo, you could hide any of the columns that you want in the InitializeLayout event by setting the Hidden property to true. I'm not sure that there's a way to hide the headers of a column, but perhaps I'm just overlooking something.
-Matt
Hi, Matt!
Thanks a lot - frankly speaking I'm quite surprised that there's someone except Mike to answer :). I've tried UltraComboEditor - it works great for me!!!