Docs
API
  • showAt(x: Number, y: Number)

    Shows grid at position x, y.

    This method is used only if grid has property window: true.

    Example

    
    grid.showAt(100, 70);
    

    See also

    Property draggable
    Property modal
    Property window