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

[Solved] Can you update multiple cells on GridViewCellEditEnded Event?

1 Answer 99 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dan Roberts
Top achievements
Rank 1
Dan Roberts asked on 10 Feb 2010, 01:17 AM
I have a client that is using the Silverlight GridView.
They have a requirment that when a user enters data in one cell that the next cell
gets populated with rates. Here is an example

User enters or selects a value in one cell (Product Number) then
in the cell next to it (Product Rate) and then in the next cell Product Total
this needs to happen all after the GridViewCellEditEnded happens.

Any help will be appreciated.

Using Telerik 2009 Q3 Silverlight.

Dan

1 Answer, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 11 Feb 2010, 03:46 PM
Hi Dan Roberts,

Just implement INotifyPropertyChanged interface for your business object and set the new value of the result cell (Product Total) when source property (Product Rate) is changed.

Best wishes,
Nedyalko Nikolov
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
Dan Roberts
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Share this question
or