ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: Hari on June 26, 2017, 09:26:23 am

Title: Double byte character - Key press event
Post by: Hari on June 26, 2017, 09:26:23 am
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