Posted 23 September 2020, 5:24 am EST
Dear Wijmo Team,
I have a strange behaviour when pasting values into a new row and add another new row. this.data.addNew() returns null in that case.
Steps I do:
- Add new row
- Copy some values into new row (don’t leave row e.g. by clicking outside the grid)
- Add new row
Even though itemCreator returns an object, the result of this.data.addNew() returns null.
To me it seems, that when I do leave the row (into which I copied some values) before I add a new row e.g. by clicking outside the grid, this.data.addNew() returns an object.
What is happening here?
Best regards
Moritz