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

How Remove Radwindow Features

3 Answers 467 Views
Window
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 17 Oct 2008, 10:34 AM
Hi All,

I am using radwindow.

When i open the radwindow it gives 4 option as 'Pin on' 'Refresh','Minimize','Maximize','Close'

I want to disable the 'Pin On' ,'Minimize','Maximize' option of radwindow.

Thanks

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 Oct 2008, 11:25 AM
Hello Hrushikesh,

For this purpose you should use the Behaviors enum and set only the commands you wish to allow. For example:
Behaviors="Close,Move,Resize"



Best wishes,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Gio
Top achievements
Rank 1
answered on 29 Oct 2014, 05:02 PM
Thank you for your response, is very appreciated

RadWindow.Behavior = Telerik.WebControls.RadWindowBehaviorFlags.Close
0
Marin Bratanov
Telerik team
answered on 31 Oct 2014, 01:35 PM

Hello Gio,

I just wanted to note that this namespace is for the old, obsolete and unsupported suite RadControls for ASP.NET Classic.

The current property and enumeration for the UI for ASP.NET AJAX suite is the following:

RadWindow1.Behaviors = Telerik.Web.UI.WindowBehaviors.Close;



Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Window
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Gio
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or