I need a way to put a dataGrid inside a comboBox.
The only way i could figure out how to do it is "using data bound items".
The problem with that is that it only shows one column in the dataGrid.
I need to be able to set it so that it shows the colomns that i specify.

If someone can point me in the right direction that would be very helpful.

Thanks.

If I understand you correctly what you need to look at is the DisplayMember property (It's inherited from ListControl, thus the link goes there).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.