3 Answers, 1 is accepted
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.
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.
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,
Telerik by Progress