Author Topic: Double byte character - Key press event  (Read 1971 times)

Hari

  • Newbie
  • *
  • Posts: 5
    • View Profile
Double byte character - Key press event
« 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