Categories | Question details Back To List | ||
Gird submits on enter key Hello Support, I noticed that grid is submitted unnecessarily on enter key press. This thing mainly happens when grid looses focus. I am using enter key event to edit/unedit the cell, So I can not block the enter event. What is the possible solution? Thanks. Answer posted by Support on May 23, 2008 07:32 When grid is not active, it not interrupt key events. By default form will auto-submit on enter key , you can try to attach custom code to the related DOM event of FORM and block submit reaction ( with native DOM behavior, not related to grid ) |