SMART datagrid v.1 > Classes > GridBase
Commit if it is cell editing state. If parameter hideEditor is true, it will close the editor after committing. If throwError is true, throws an error. If noAlert is true, the alert generated by the editor can be forcibly suppressed.
$('#btncommit').click(function () {
grid.commitEditor();
});