Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Problem with IgniteUI editor - initial kepress of ESC or ENTER not working properly
posted

Having a strange problem with IgniteUI grid (15.2). I created an editor dialog hooked up to edit row values. This is working great except for one weird keyboard problem.

I've got a handler attached to "iggridupdatingeditroweneded"...this fires correctly when clicking the Done or Cancel buttons in the editor, every time. If, however, after a page refresh, I instead try to use ESC or ENTER instead of clicking the Done or Cancel buttons, the "iggridupdatingeditroweneded" event will not fire. But, as soon as I once use the Done or Cancel buttons in the editor, thereafter, until a page refresh, pressing ESC or ENTER *will* trigger the event, and it works as I expect (that is, pressing ENTER acts as "Done" and pressing ESC acts as "Cancel". It's only until I first click Done or Cancel in the editor that the keyboard doesn't work (for any row).

I'm not sure if I've got something wired up wrong or what, hoping someone can shed some light on what's going on here.

Thank you.

Parents Reply Children
No Data