Lets say that you have a kendo.data.DataSource. and you modify a row. and the row has become dirty. and now you want to compare if a specific column was changed before you save.
Does kendo.data.DataSource store the old value locally somewhere?
I suspect it does since it seems that you can call .cancelChanges() and .cancelRow() however i cant seem to find it.
I also suspect that you are not supposed to use it.