Hi Telerik team!
I dropped some telerik controls on my Masterpage like:
<telerik:RadComboBox ID="ddlLanguage" runat="server" AutoPostBack="True" >
next i added a radSkinManager like this:
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="Telerik">
</telerik:RadSkinManager>
This works well, and my combobox is well skinned, but i tried to add a simple asp:button in my masterpage (In order to change theming on the fly) like this:
RadSkinManager1.Skin = "Forest"
But nothing happens . Any one got any idea's? thanks a lot
I dropped some telerik controls on my Masterpage like:
<telerik:RadComboBox ID="ddlLanguage" runat="server" AutoPostBack="True" >
next i added a radSkinManager like this:
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="Telerik">
</telerik:RadSkinManager>
This works well, and my combobox is well skinned, but i tried to add a simple asp:button in my masterpage (In order to change theming on the fly) like this:
RadSkinManager1.Skin = "Forest"
But nothing happens . Any one got any idea's? thanks a lot