You can easily set up the interaction experience with the Telerik ASP.NET AJAX Window object by using the Behaviors property. You can determine which options are available in the window title bar choosing from minimize, close, pin, maximize, move, resize or reload buttons.
To specify a combination of behaviors (other than the default), you can combine Behaviors values. For example, you can choose if you want to let the user close the window using a button on the title bar and to move the window by dragging it, while not having any other buttons on the title bar.
See demo

Top