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

OnRowEditEnded event or CelEditEnded Event

1 Answer 34 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Praveen
Top achievements
Rank 1
Praveen asked on 23 Mar 2010, 02:50 AM

Let us say we have 5 columns, user has edited Column 1 of Row 1. I would like know in OnRowEditEnded event that user has changed Column1 in current row. Is there any ways to know that column1 was changed?.

Based on changes to Column1 -Row1. I would like to update Column2 of Row1.

I have tried to use CellEditEnded event for changes to Column1  and update the undelining source but it doesn't reflect in UI until you click the cell to edit. I am not sure even if OnRowEditEnded  event will help my case.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 23 Mar 2010, 08:35 AM
Hi Praveen,

Without knowing more about your underlying objects may take a lucky guess - I believe you need to implement the INotifyPropertyChanged interface for your business objects. This way RadGridView will sense changes in properties and update the UI automatically.

Sincerely yours,
Pavel Pavlov
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
Praveen
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or