Posted 14 September 2017, 11:42 am EST
I have problem with CollectionView object and cancelEdit in version 5.20161.164 (I think that same problem is in version 5.20162.198).
I call editItem, and after that, when I call cancelEdit I got that item in chgEdited collection.
Is this bug in version or I do something wrong?
in version 5.20161.138 (and 5.20153.117) cancelEdit can’t add item in chgEdited collection, becase don’t exist call function this._trackItemChanged in onCollectionChanged.
This is the added line code from wijmo.min.js which make problem.:
this._committing || n.action != t.NotifyCollectionChangedAction.Change || n.item == this.currentEditItem || this._trackItemChanged(n.item);
Could you please advise on how to solve problem? Thank you.