开发者

WPF Telerik RadGridView: Need Formula based column

I am using Telerik's RadGridView to display some data.

When data in one column changes, I want to change the data in another column based on a simple formula. For example: When data in Age column 开发者_如何学运维is edited, I want to change the other column's (Premium) value as Premium = (Age * 1.2)

Handling CellEditEnded or RowEditEnded doesn't help at all. Any ideas?


You need our expression column: http://demos.telerik.com/wpf/?GridView/ExpressionColumn

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜