Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting binding failures
Message
De
18/12/2009 21:01:52
 
 
À
18/12/2009 12:55:29
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01439787
Message ID:
01439901
Vues:
48
>Hi,
>Given, say, this binding in XAML:
<TextBox Width="200" Text="{Binding Path=SelectedItem.Text, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"></TextBox>
where 'SelectedItem' may or may not have a 'Text' property.
>
>It would be ideal to have some method of binding the 'IsEnabled' property so that the control was disabled if the binding fails but I can't think of a way of implementing this in a generic sort of way (I can't even find a way of detecting when the binding fails except by programatically monitoring the Trace - which is kludgy at best and certainly not something to use in production code)
>
>Any suggestions?
>Viv

Can't test right now... :-(

But... IIRC correctly when the binding fails in the above scenario the Text property will return null? (If not this idea won't work)

If it does bind to the text property with a null to Boolean converter and use that to set the IsEnabled property.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform