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

setting RadWindow.Title dinamically from opener page

1 Answer 140 Views
Window
This is a migrated thread and some comments may be shown as answers.
Lucian Duma
Top achievements
Rank 1
Lucian Duma asked on 30 Mar 2010, 05:01 PM
Hello,
I have a question about the Title property of the RadWindow.

On a master page, I've added a RadWindowManager, with a RadWindow inside. 
There is more than one page that is using this master, and depending of the current content page, the same popup displays different data (the popup content is ensured by other aspx pages, especially created for this).

I'm trying to set up a different title on the popup, depending of the current page of the master, with no luck. Because the aspx pages used in the popup are used in other parts of my site, I cannot set a title at design time on these pages (using Page.Title, or <head><title></title></head> tags).

Now I'm setting the title programmatically in the content page on Page_Load, like this:

myMasterPage.wndPopup.Title
 = "My Title";

, but this does not seem to work. I'm assuming this happens because this property gets overriden by the empty property on the popup pages (in the <head><title> tags)

Any suggestions are welcome.

Thanks


1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 02 Apr 2010, 09:37 AM
Hello Lucian Duma,
I tried to reproduce the problem, but to no avail - setting the Title of the RadWindow control in Page_Load set the title of the control as expected. I have attached my pages for your reference. Could you please open a new support ticket and send us a simple running project that demonstrates the problem you have?

Best wishes,
Tsvetie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Lucian Duma
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or