-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Description
Description
When users copy data, edit it in Excel, and paste it back into the grid after sorting a column, the changes are not applied. The paste operation must update the records correctly even if the grid is sorted.
Pasting works correctly when the column is not sorted.
Steps To Reproduce
- Sort a column.
- Copy all the records.
- Modify the values of one column in Excel.
- Paste the modified data; it will not update the records with the new values when the Grid is sorted.
Check the notes for reference and screen recording.