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

RadWindow modal and without header

2 Answers 347 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ivan Kopcanski
Top achievements
Rank 1
Ivan Kopcanski asked on 17 Aug 2009, 05:18 AM
Hi, Telerik,
    Is there a way to completely remove caption (header with buttons) from the RadWindow so it becomes the simple square?
I've tried with common properties and even with changing the RadWindow template as in the following thread but no luck there:

http://www.telerik.com/community/forums/silverlight/window/modal-radwindow-without-window-chrome.aspx

I really wish to use RadWindow for modal window as a simple square because all window behavior is already implemented.
If these is not possible, what are my alternatives with other Telerik controls? Thank you in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Borisov
Telerik team
answered on 18 Aug 2009, 09:14 AM
Hello Ivan Kopcanski,

If you are editing the control template, you should set the visibility of all items you are not willing to use to Collapsed. Otherwise, the RadWindow will fail since it requires it's buttons in the code behind. This should resolve your issue, however, you can still use the Popup control to show anything you want. This is the simplest control you can get that will help you solve your issues. If you have any other questions, we look forward to receiving your feedback.

Sincerely yours,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ivan Kopcanski
Top achievements
Rank 1
answered on 10 Sep 2009, 07:20 AM
Hi, Hristo,

        I used the regular popup instead of RadWindow, it looks and behaves exact the way I wanted.
I just use Popup.IsOpen property for it and it works perfectly. Thanks for the suggestion!
Tags
Window
Asked by
Ivan Kopcanski
Top achievements
Rank 1
Answers by
Hristo Borisov
Telerik team
Ivan Kopcanski
Top achievements
Rank 1
Share this question
or