Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Combo To DataGridView
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01440197
Message ID:
01440199
Vues:
39
>I'm trying to add a combo box to a data grid view. I'm following this example:
>http://www.c-sharpcorner.com/UploadFile/RustemSoft/DataGridCombo07302005031036AM/DataGridCombo.aspx
>
>So I type this in:
>
>DataGridComboBoxColumn cboTables = new DataGridComboBoxColumn();
>
>
>The compiler complains that I'm missing a reference. I Google it and find it's in System.Windows.Controls. Except this namespace
>does not exist. Using VS 2008.

The namespace does exist - but it's a WPF one. Aren't you working with WinForms?
>
>How the heck do you add a combo to a grid?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform