Hi Team,
we are facing an issue where copy-paste using keyboard is not populating all the cell values. some cell values are left blank. here are the steps we are performing in our application.
our application is showing handsontable grid in panel using bootstrap. at given point of time, only 10 fields are editable on our grid, you have to scroll horizontally towards right to view the rest of the columns on the grid. the steps to reproduce this issue are -
- copy the entire row by using ctrl+C. we have around 35 columns in our grid. 10 columns are editable. rest are readonly. lets say we copied data from row-10.
- add a new row below the row-10. lets call this newly added row as row-11. when we add a new row in our application, we enable few more fields to be editable. so for brand new records, we allow total of 15 fields editable.
- when we paste the data using ctrl+v (using keyboard), only first 10 editable fields are populated with data in row-11. Next 5 fields are populated blank. these 5 fields are made editable only for brand new records and they should have been populated with copied values but they are not.
while playing around, we found that if we scroll horizontally to the end of grid, and then do a paste then it populates the values in all 15 fields. but this work-around it not user friendly. we cannot ask user to scroll horizontally every time to add a new record and paste data.
we are using version 1.10.1. we cannot upgrade to your latest version at this point because there are code breaking changes. how can we fix this issue for our version?
thanks