Last Updated: February 25, 2016
·
2.034K
· pzgz

Make sure slickgrid commit the changes when click on submit button without move focus out of the input

Sometime, if you click on a button to submit, without moving focus out of the editor within slickrid, you might find the data u just input was missing. You have to do following in the button click even handler.

Slick.GlobalEditorLock.isActive() && !Slick.GlobalEditorLock.commitCurrentEdit()