Posted 21 November 2019, 10:53 am EST
Hi,
first of all I’ve to apologize for not delivering an example for my concern but stackblitz actually doesn’t accept the actual version of wijmo (5.20193.637).
I’m using Angular8 & the actual version of Wijmo & I set the new refreshOnEdit property for the CollectionView to false.
→ new CollectionView(this._getData(), {refreshOnEdit: false });
Now I want to remove an entry by using
→ data.remove(item)
but the entry still keeps in the view. Using data.refresh() removes the item but applies sort & filter.
So the question is: Is there a way to remove an item from the grid without sort & filter being applied ?
best regards,
Andreas