In my understanding, kendo dataSource has many _properties. But they do not understand about their unique characteristics.
can someone explain the difference between these kendo dataSource properties.
1. _pristine
2. _pristineData STRONG>
3. _data STRONG>
4. _view
5. dataSource.data ()
in most cases, everything looks the same to me and has the same data.
The first four have the same entries as in the database. But dataSource.data () has an unsaved record as well (for example, it is updated with an edit value).
In the kendo docs, I cannot find the exact difference between these things.
pls explain the unique characteristics of these five (_pristine, _pristineData, _data, _view, dataSource.data ())
Thanks at Advance