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

Event when a particular column's cell changes

1 Answer 32 Views
GridView
This is a migrated thread and some comments may be shown as answers.
jimit r
Top achievements
Rank 1
jimit r asked on 17 Mar 2010, 10:08 AM
I have the following GridViewDataColumns -

PRICE PER UNIT           QUANTITY          TOTAL COST (price/unit x quantity)

I want to update the total cost when either the unit price or the quantity changes. I'm not able to find the perfect event. I am not using CurrentCellChanged because that event will fire when cells in other columns change too (I have more columns than i've mentioned here).

Do help me out team !!!

Thanx. 
Jimit

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 17 Mar 2010, 01:58 PM
Hi Jimit,

You can easily create this using a ViewModel approach using the MicroModel framework. Here is a Silverlight forum thread which illustrates how to implement this. You can use the same approach for WPF.

Greetings,
Stefan Dobrev
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
jimit r
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or