As far as i know there is no specific event fired for value changed of the calculated column because that column is just using values from other columns so, you should handle the CellValueChanged event and perform all the necessary actions there.
Hope this helps,
Best Regards,
Emanuel Varga
0
Jack
Telerik team
answered on 04 Oct 2010, 09:46 AM
Hello Pulkit, like Emanuel said there is no specific event when a calculated column changes its value. You have two options:
1. Monitor the CellValueChanged event for changes in cells that form the calculated column expression. 2. Handle the CellFormatting event, it fires every time when some cell changes its value.
If you need further assistance, please do not hesitate to ask.
Greetings,
Jack
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