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

Formdecorator doesn't decorate buttons

3 Answers 54 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Ingo Dignas
Top achievements
Rank 1
Ingo Dignas asked on 07 Jul 2009, 10:47 AM
Hi,

I've a custom skin and it worked fine until yesterday. I'm not sure but it might depending on the update of the controls with a new version.

In the page_load i set the custom skin like this:
 RadSkinManager1.ShowChooser = false;  
            string color = "protelskin";  
            RadFormDecorator1.EnableEmbeddedSkins = false;  
            RadFormDecorator1.Skin = color;  
            RadWindowManager1.EnableEmbeddedSkins = false;  
            RadWindowManager1.Skin = color;  
            Ordpos_GRID.EnableEmbeddedSkins = false;  
            Ordpos_GRID.Skin = color;  
            RadTabStrip1.SelectedIndex = 0;  
            RadTabStrip1.EnableEmbeddedSkins = false;  
            RadTabStrip1.Skin = color; 

If i take a look at the styles, I can see, that the formdecorator doesn't use my customskin:

(Firefox View)

<form id="form1" runat="server">  
         
<telerik:RadScriptManager Runat="server">  
    </telerik:RadScriptManager> 
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server">          
        </telerik:RadSkinManager> 
        <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server"  DecoratedControls="All"/>   
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server">  
    </telerik:RadWindowManager> 
      
      
      
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="45px" 
        Width="16px" style="margin-bottom: 0px">  
    </telerik:RadAjaxLoadingPanel> 
    <telerik:RadAjaxPanel ID="RadAjaxPanel4" runat="server" Height="400px" Width="500px">  
      
    ........ 


Thanks

3 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 07 Jul 2009, 01:23 PM
Hello Joerg Hermann,

I have already replied to your question in your other ticket, please check it.

Sincerely yours,
Martin Ivanov
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
Ingo Dignas
Top achievements
Rank 1
answered on 09 Jul 2009, 08:27 AM
Hi Martin,

I can't find any answer. In no one of my tickets.
0
Martin
Telerik team
answered on 09 Jul 2009, 10:10 AM
Hello Joerg Hermann,

It is strange that you did not find my ticket. Certainly, the issue is because of the new rendering of RadFormDecorator. I will help you fixing it, but before I can do anything, I need a running project along with the custom skin of RadFormDecorator - its CSS and images. Once I have it, I will do my best to help.

Greetings,
Martin Ivanov
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.
Tags
FormDecorator
Asked by
Ingo Dignas
Top achievements
Rank 1
Answers by
Martin
Telerik team
Ingo Dignas
Top achievements
Rank 1
Share this question
or