HELP - ComboBox in DataGrid

D

David K.

I know it is an ongoing issue, yet, I still look for a solution.
I saw a solution using a DataGridComboBoxColumn class. I use C# with
Visual Studio .NET 2003, and that class is not recognized. Any idea
what is going on here?
Can anybody finally show me a simple and complete way of turning a
Windows Forms DataGrid column style into a ComboBox style?

Thanks,
David
 
D

Dmytro Lapshyn [MVP]

Hi David,

This is not a standard part of the Framework. There is an MSDN sample in the
overview of the DataGridColumnStyle class which is actually the source code
of such a column style - can you start from there?
 
D

David K.

Hi Dmytro,

Thanks. I tried the link that you gave me, but it is not available. Can
you give any other link or source?

David
 

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

Top