Windows Forms VB Datagrid Dropdown Column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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


Jon said:
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
 
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
 
Back
Top