Question

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?

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top