In my understanding kendo dataSource have many _properties. But im unclear about their unique characteristics.
can anybody explain difference among these kendo dataSource properties.
1. _pristine
2. _pristineData
3. _data
4. _view
5. dataSource.data()
most of the times all are looks like same to me and having same data.
First four having same records as in database.But dataSource.data() having unsaved record also (i.e updated with edit value).
In kendo docs i cant find exact difference among these things.
pls explain unique characteristics of these five ( _pristine, _pristineData, _data, _view, dataSource.data() )
Thanks in Advance