Is there a way to set row's header color (or image) on RowEditEnded event?
I am in a need to visually show to user which rows have been modified since last
db update and row's header would be a nice place for that.
Regards
Janne
1 Answer, 1 is accepted
0
Pavel Pavlov
Telerik team
answered on 17 Jul 2009, 11:24 AM
Hi Janne,
The following code asumes that you are binding the grid to a collection of Person objects.
It will set background color of the RowIndicator to Red for the edited rows.
Note that we keep the edited records in a 'dirtyData' collection. This allows persistence of our formatting even on sorting , grouping and scrolling the grid.