Dear all,
Please check the video attached:
1) Open the cell editor
2) Make an update
3) Click enter
4) It moves to the next row and open the cell editor.
How can i stop the step 4) from happening > i want when click enter > to close current editor and stop there. (not more to the next row and open the editor again)
I tried the following code but i am getting the error attached.
beforeFinishCellEdit(props) {
props.source.up('grid').finishEditing();
return false;
},