Hi guys,
I am having a little problem my grid doesn't use row editing just cell editing, that doesn't allow me to use the “keys:false” when using “editRow”. The problem is I click on a cell, it becomes an editable textarea and when I press enter it saves. I want to prevent the “ENTER” event from saving, I want it to make a newline in the text area.
Any help?
Thanks
EDIT: Answer to my own problem: On focus do a simple jquery unbind keydown to the element.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top