Browse by Tags
All Tags » Binding » multiple (RSS)
-
Hi, this may solve the first problem, but what can we do if we want to display (in the same column) combined info from multiple values?
how can we pass multiple values to our CellContentTemplate?
thanks
-
Hi,
In the following simple example I want to set the foreground based on another member in my class
class : Person, Properties Name,Age (assuming i'll use a converter to get a colour based on the age)
<xcdg:Column FieldName=''Name'' Title=''name'' ...
|
|
|
|