I receive the new values in the event e.NewData, but is there a way of knowing if some data on that row was changed or not? I didn't find IsDirty or other flags and I don't want to save to db if not necessary.
Thank you,
joe
1 Answer, 1 is accepted
0
Accepted
Nedyalko Nikolov
Telerik team
answered on 26 Jan 2010, 03:57 PM
Hi joe castle,
With the latest internal build we introduced a property called "OldValues" of the RowEditEnded event args, which is a Dictionary<string, object> where string is the name of the property and object is the original value (before edit). You can use these values as a workaround, and with some of our next releases we will introduce "IsDirty" or similar property. As soon as this property is available we will make it public via our latest internal build program, so stay tuned.