I’ve a functionality where I should copy a value and paste it by clicking on the column header so that the copied value is updated in all the rows.
This is not happening most of the times but sometimes it works as expected.
In beforeChange hook, the number of changes made to the grid should be same as the total number of rows available as we are clicking on the column header to paste the value, but the number of changes made takes some random number and only to these values, the paste operation is executed.
Unable to find whats the issue here and I can’t make this into a sample jsfiddle