If I set ShowChooser="True", my selected skin is persisted.
Rather than having just the name of the skin, I wanted a sample image as well, so I pulled the skin images from
http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultvb.aspx and put in a combo, but when I change the skin it's selected value isn't persisted.
I have two formdecorators, one for my page work area, and one for the area outside the working area of the page where I change the background.
When I change the skin, the standard controls aren't updated either.
Rather than having just the name of the skin, I wanted a sample image as well, so I pulled the skin images from
http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultvb.aspx and put in a combo, but when I change the skin it's selected value isn't persisted.
I have two formdecorators, one for my page work area, and one for the area outside the working area of the page where I change the background.
When I change the skin, the standard controls aren't updated either.
Me.RadSkinManager1.Skin = Skin'Attempt to update all controls on the page, which doesn't seem to do anything.Me.RadSkinManager1.ApplyStyleSheetSkin(Me.Page)Me.RadSkinManager1.ApplySkin(Me.Page.Form, Skin)Me.RadFormDecorator1.Skin = SkinMe.RadFormDecorator2.Skin = Skin<telerik:RadSkinManager ID="RadSkinManager1" Enabled="True" PersistenceKey="TelerikSkin" PersistenceMode="Cookie" ShowChooser="false" runat="server" />