This is a migrated thread and some comments may be shown as answers.

Calculated column

2 Answers 104 Views
GridView
This is a migrated thread and some comments may be shown as answers.
pulkit jain
Top achievements
Rank 1
pulkit jain asked on 29 Sep 2010, 10:26 AM
Hello All

What event is trigrred on change of calculated column value is changed.

Thanks & regards
Pulkit

2 Answers, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 29 Sep 2010, 02:18 PM
Hello Pulkit,

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
Tags
GridView
Asked by
pulkit jain
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Jack
Telerik team
Share this question
or