I've attached an example to illustrate you how to achieve this at your data level.
Best wishes,
Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.
Ok, I see a public property which computes its value based on same object's two properties. My scenario is a little different than that. Let me know if you want me to elaborate.
0
Vlad
Telerik team
answered on 02 Jun 2010, 01:10 PM
Hello,
Currently calculated property can be achieved only at your data level. The best approach will be to wrap your original data in a custom model and bind the grid to this model. In other words - MVVM.
Best wishes,
Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.