Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TelerikのRadGridViewを使用していくつかのデータを表示しています。
ある列のデータが変更された場合、簡単な式に基づいて別の列のデータを変更したいと思います。例:Age列のデータを編集するときに、他の列の(Premium)値をPremium =(Age * 1.2)として変更したい
CellEditEndedまたはRowEditEndedの処理はまったく役に立ちません。何か案は?
式列が必要です: http://demos.telerik.com/wpf/?GridView/ExpressionColumn