Browse by Tags
All Tags » Column » converter (RSS)
-
I have a grid bound to a collection of users, each row is bound to a user.
class User { int Level {get;set;}}
How to implement two-way binding of a column HighLow:bool to a property Level:int on an entity User when to implement a conversion, converter needs to know the entity to
which current row is bound (conversion logic depends on some ...
|
|
|
|