Posted 2 October 2019, 10:34 am EST
Hi,
I’m using Angular8 und the actual version of wijmo grid.
The desired goal is to add new empty rows to the grid while any Filter is switched on (e.g. on the country) and this item is not filtered out until an other command (e.g. commitNew) is used …
There is a sample for it: https://stackblitz.com/edit/angular-wawupw
According to the docs I added a new item to the collection using this.data.addNew() which is called on the “create new” button.
The “save” button commits this item using this.data.commitNew()
That works great - after pressing “save” the item disappears.
But … if I click on any other row (after create new & before save) inside the grid, the new item also disappears even without calling commitNew().
The same behaviour happens on a sorted state.
I think that’s a bug and not a feature … do you have a solution for this problem ?
thanks & best regards,
Andreas