Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding a grid
Message
De
08/11/2012 10:50:41
 
 
À
08/11/2012 07:45:32
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
01556633
Message ID:
01556718
Vues:
31
>Looks like a different problem. What's the ComboBox ItemsSource ?

this is the combo's definition:
<ComboBox Grid.Column="1" Grid.RowSpan="1" Margin="0" Name="cboCountries" VerticalAlignment="Center" 
DisplayMemberPath="cnt_code" SelectedValuePath="cnt_pk" SelectedValue="{Binding cus_cntfk, Mode=Default}" />
and here's the code that sets its itemsource:
this.cboCountries.ItemsSource = this.Country.GetAllEntities();
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform