I have created a row editor grid. Rowediting plugin is also used inorder to update/cancel the values.
On roweditor grid focusleave event is added on a cell.
In the focusleave event there is a calculation to find a value and set on other cell
The code is working fine in normal laptops where the cell value is being set properly.
In touch laptops,before the focusleave event is called the completeedit event of rowediting plugin is calling and the value is not populating on the cell.
My observation is the focusleave event of editor and completeedit event of editing plugin are triggering asynchronously
How to solve this.