Docs
API
  • once(eventName: String, handler: Function, scope: [Object])

    Setting handler on grid event that runs once.

    Example

    
    grid.once('cellclick', function(grid, o){
      
    });
    

    See also

    Method on
    Method un