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

[Solved] CoreTemplates.xml

1 Answer 183 Views
Window
This is a migrated thread and some comments may be shown as answers.
Henrique Duarte
Top achievements
Rank 1
Veteran
Henrique Duarte asked on 11 Dec 2007, 02:43 AM
Can you please upload a project using the CoreTemplates.xml?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Dec 2007, 02:51 PM
Hi Henrique,


In RadWindow "Prometheus" the CoreTemplate.xml files for different skins are no longer used. There is a single core template set (which is embedded in the control) instead and you cannot access it.

What you can do however is to provide your own templates by using the corresponding properties of the RadWindowManager:

<telerik:RadWindowManager ID="RadWindowManager1" runat="server">  
    <AlertTemplate> 
      your code here  
    </AlertTemplate> 
</telerik:RadWindowManager> 

If you want to see what the original code of the embedded core template set is, you can check it in the Html dump of the page where you have put the RadWindowManager. Use the code as a base and extend it further to fit your requirements.


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Henrique Duarte
Top achievements
Rank 1
Veteran
Answers by
Georgi Tunev
Telerik team
Share this question
or