Hello Hammy,
The Kendo Window supports Minimize, Maximize, and Close actions:
https://docs.telerik.com/kendo-ui/api/javascript/ui/window/configuration/actions
It also provides a Pin action, which will allow you to limit the movement of the Window within a specified container:
https://demos.telerik.com/kendo-ui/window/constrain-movement
The Window widget, however, does not offer Dock action support. Having that said, you will need to implement the Dock action as a custom action in the widget:
https://demos.telerik.com/kendo-ui/window/index
Also, by using the setOptions() method, you could programmatically alter the position of the Window. That would help you implement the Dock/Undock functionality.
In addition to the above, the Window allows the user the drag it around. That behaviour is the default one for the widget.
Regards,
Veselin Tsvetanov
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.