Dear Team,
Thank you for your support
We are trying to restrict the user to type/copy the characters inside grid during edit.
Key restriction call back have been placed in init method of editor and working fine for all different scenarios.
But, in case of double byte character like Japanese character, not able to restrict even when use number only regex.
After my investigation, i understood that, the key-press event is not triggered when i press Japanese characters.
I tried, change() and beforeValidate() method also.
Please suggest me to fix this issue. Thank you