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

Hide refresh button

3 Answers 227 Views
Window
This is a migrated thread and some comments may be shown as answers.
wnl
Top achievements
Rank 1
wnl asked on 28 Oct 2009, 12:26 PM
Hi,
I have to hide a refresh button on the top of Radwindow. How can I do that?

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 28 Oct 2009, 01:19 PM
Hi Jaromin,

You can use the Behaviors property and set only the behaviors that you wish to allow.
e.g.
Behaviors="Close, Move, Resize, Maximize, Minimize, Pin, Resize"


Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Bryan
Top achievements
Rank 1
answered on 09 Jan 2017, 06:02 PM

Hi Georgi!

 

I've set the behaviors as you say, but there's an Error Message

 

Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Cannot create an object of type 'Telerik.Web.UI.WindowBehaviors' from its string representation 'Reload,Close, Move, Resize, Maximize, Minimize, ' for the 'Behaviors' property.

0
Marin Bratanov
Telerik team
answered on 12 Jan 2017, 10:30 AM

Hi Bryan,

I am attaching a sample that shows the expected behavior and how this works properly. My best guess at this point is that there is a special symbol somewhere, e.g., a comma with different encoding/character code. Copying from my sample should resolve the issue.

Regards,

Marin Bratanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Window
Asked by
wnl
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Bryan
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or