This question is locked. New answers and comments are not allowed.
hi,
i need to fill a column of gridviewcolumn with condition :
(if field A is Null use field B )
how can i do it using xaml
the current:
DataMemberBinding = "{Binding A}"
i need somthing like this
DataMemberBinding = "{Binding (A == Null ? B : A)}"
thanks
i need to fill a column of gridviewcolumn with condition :
(if field A is Null use field B )
how can i do it using xaml
the current:
DataMemberBinding = "{Binding A}"
i need somthing like this
DataMemberBinding = "{Binding (A == Null ? B : A)}"
thanks