Draggable
configurationEnables (true) or disables (false) the dragging of the widget.
draggable
Object|BooleanDefault: true
draggable.axis
StringConstrains dragging to the horizontal (x) or to the vertical (y) axis.
The supported values are:
xy
Default: ""
draggable.containment
String|Element|jQueryDefines the element in which the window will be able to move. The containment option overrides the appendTo setting and attaches the Window to the specified DOM element. Accepts either a selector or an element.
The containment element has to be positioned, that is, its CSS
positionattribute has to be set torelative,absolute, orfixed.
Default: ""
draggable.dragHandle
StringRestricts the dragging of the window through the specified element which will be part of the window content. Accepts either a selector or an element.
Default: ".k-window-titlebar"