This is a migrated thread and some comments may be shown as answers.

Radwindow height and width intacts

1 Answer 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
Raul
Top achievements
Rank 1
Raul asked on 10 Mar 2011, 05:35 PM
Hello guys!

When I implemented the radwindow realized that the client I get the mouse to change the length and breadth of the rad window by clicking and dragging on the edges and also, I can maximize the window. Can I disable this? How do I get the radwindow stay intact? ... without maximize and increase the window by dragging the edges and clicking the button.

thanks, I look back

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 10 Mar 2011, 05:45 PM
Hello Raul,

 You should use the Behaviors property to determine how the user can interact with the RadWindow object. Behaviors controls whether the user can move or resize the window, whether it has maximize and minimize buttons, whether it can be pinned, and whether there is a close button on the title bar.

Here are the Behaviors' property values:

  • None - The user can perform none of the actions on the window.

  • Resize - The user can resize the window by dragging its border.

  • Minimize - The window can be minimized, and has a minimize button on the title bar.

  • Close - The user can close the window using a title bar button.

  • Pin - The window can be pinned, and has a pin button on the title bar.

  • Maximize - The window can be maximized, and has a maximize button on the title bar.

  • Move - The user can click on the window title bar and drag it to a new location.

  • Reload - The user can reload the window contents using a title bar button.

  • Default - Default object behavior: all of the above.

To specify a combination of behaviors (other than the default), combine Behaviors values. For example, 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, but do not want any other buttons on the title bar, set Behaviors="Close, Minimize, Reload, Pin" will remove the Resize, Move and Maximize behaviors.

More information is available below:

http://www.telerik.com/help/aspnet-ajax/behavior-user-interaction-with-window.html

Kind regards,
Svetlina
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Window
Asked by
Raul
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or