WPF Applying a trigger on binding failure
Posted
by Aran Mulholland
on Stack Overflow
See other posts from Stack Overflow
or by Aran Mulholland
Published on 2010-04-08T00:40:57Z
Indexed on
2010/04/08
0:43 UTC
Read the original article
Hit count: 432
This question is a follow on from this one...
I am binding to a heterogeneous collection of objects, not all objects have the same set of properties. I am doing this in a datagrid. I would like to gray out the cell if the binding fails. Is there a way to apply a trigger if a binding fails?
© Stack Overflow or respective owner