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

Some Questions about RadWindow

2 Answers 125 Views
Window
This is a migrated thread and some comments may be shown as answers.
mvbaffa
Top achievements
Rank 1
mvbaffa asked on 17 Mar 2009, 03:25 AM
Hi,

I need some help with RadWindow:

- When I show a modal window (ShowDialog), the position is not respected. With Show method the window is centralized with ShowDialog the windows is showned a the top, left position of the parent window.
- How can I customize or Remove de Caption of a RadWindow;
- How Can I customize the Icon in the caption of a RadWindow.

Thansk in advance

2 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 19 Mar 2009, 02:37 PM
Hello Marcus,

We will fix the position when window is shown with ShowDialog method for the service pack.
Sorry for the caused inconvenience.

About the Caption - RadWindow is HeaderedContentControl. The Caption is actually the Header property. You can remove the text if you set empty string on Header property. Also you can place any object in the Header and if it is UIElement it will show directly. If it is not UIElement you can specify the UI for this property using the HeaderTemplate property.
The same thing you can do with the Icon and IconTemplate.

Let us know if you need more information.

Best wishes,
Hristo
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
Mike Gold
Top achievements
Rank 1
answered on 04 Feb 2010, 07:32 PM
Has this issue been fixed?  The current version of Telerik I'm using also positions the RadWindows in the upper left hand corner when I call ShowDialog.

(Ah, nevermind,  I see how to do it)

WindowStartupLocation="CenterScreen" in the RadWindow Tag

Best,

-Mike Gold
Tags
Window
Asked by
mvbaffa
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Mike Gold
Top achievements
Rank 1
Share this question
or