Docs
API
  • stopEditor()

    Stops showing editor once on click edit event.

    It is rare used method for advanced usage.

    Example

    
    events: [{
      cellclick: function(grid){
        grid.stopEditor();
        ...
      }
    ...