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