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
820
"Enter" key for textarea dialog row editor issue
posted

Hello,
I am using a dialogTemplateSelector for my row editing dialog. One input is a TEXTAREA, and i have the edit options set to textMode: "multiline"
How can i disable the 'Enter' key from executing the row edit ending event and allow carriage returns in the TEXTAREA?  I have attempted to stop propagation on keyPress during editRowStarted as well as unbinding the keyPress event.  Nothing seems to work.  I cannot seem to stop the 'Enter' key from executing the row edit ending event.  Attached is a small working copy.editing.zip