Hi folks,
I'm trying to create a paged grid that provides a blank row at the bottom of the last page.
The blank row should allow users to paste multiple rows, and append new rows to the data.
The grid should also allow users to update data in existing rows if they are pasted into.
The data gets updated for existing rows, but when I paste in new rows, they show up on-screen without being added to the data or changes array.
Any ideas?
I'm using a simple pasteModel:
var pasteModel = {
on: true
};