Handsontable afterSelection event not getting the updated table data

I am overriding afterSelection event to do some business logic, in the afterselection method, we can get the selected row.(sat row #2), before selecting the row #2, modified some data in row #1. So after selecting #2, I am trying to get updated column values of row #1. Bus still gives me old values. How do I get the current values.

HI @krish

Can you share a demo with your recent progress?