Ajax call fails when value is pasted in cell

I have an Id and Name column in Handsontable. When user enters Id in 1st column, name automatically gets populated in 2nd column with the help of ajax call by passing the entered Id in AfterChange event.

When user copies an Id from another cell and pastes into an empty cell, AfterChange fires properly and I’m able to get the value of Id pasted but the ajax call in jQuery method fails returning “Access is Denied” error. The call never reaches server side method.
Strange part is that if user double clicks the cell and then pastes the Id, it works without any issues.

Thanks in advance!

Hi @RajDev

it will be hard for me to replicate the issue without a demo but also I guess that it will be hard for you to share the whole structure. It looks like some hooks may be missing when data is pasted. Have you checked what can cause the “Access is Denied” scenario? On what terms it blocks the access - any data is missing?