I have Windows form (NOT ASP) With a datagrid that is bound to a dataset at runtime. I want one of the columns (that contains the dataValue) to be shown as a dropdown that will display the DisplayValue. I could do this WITH EASE IN ASP but it seems like more is required in Winforms. How do you do this in winforms
Take a look at the last section of this FAQ. It has a sample.
George Shepherd's Windows Forms FAQ contains an entry entitled:
How can I put a combobox in a column of a datagrid?
Check it out at:
http://www.syncfusion.com/faq/winforms/search/480.asp
=============================================
Clay Burch, .NET MVP
Syncfusion, Inc.
visit http://www.syncfusion.com for .NET Essentials
> I have Windows form (NOT ASP) With a datagrid that is bound to a dataset at runtime. I want one of the columns (that contains the dataValue) to be
shown as a dropdown that will display the DisplayValue. I could do this WITH
EASE IN ASP but it seems like more is required in Winforms. How do you do
this in winforms
Jon - 31 Jul 2004 17:55 GMT
What happened to Microsoft KB article Q323167
It is missing I would like to read this as it seems it would be an eaiser way!
JM
> Take a look at the last section of this FAQ. It has a sample.
>
[quoted text clipped - 16 lines]
> EASE IN ASP but it seems like more is required in Winforms. How do you do
> this in winforms