Can you please upload a project using the CoreTemplates.xml?
1 Answer, 1 is accepted
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:
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.