Hello,
I knew there was "set" function for kendo.data.ObservableObject, it could change value of specified field.
But after this action, we need call "sync" method for data source manually, and sync action will fire some events/ data bound again.
Is there another method, that we only hope sync value of specified field, without fire events and data bound again?
Thank you.