HELP - ComboBox in DataGrid

  • Thread starter Thread starter David K.
  • Start date Start date
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
 
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?
 
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
 
Back
Top