Hey there,
I'm trying to set a custom skin for my text boxes but I can't get it to work... Here is what I try to do:
1) I copied the default skin to my project (~/RadControls/Input/Skins/Custom)
2) Renamed "Input.Default.css => Input.Custom.css"
3) Inside the .css I replaced all "_Default" => "_Custom"
4) And finally added a textbox: (In the past I was supposed to set the SkinsPath="~/RadControls/Input/Skins" but the SkinsPath attribute is gone...)
<telerik:RadTextBox ID="myCustomTextBox" runat="server" EnableEmbeddedSkins="False" Skin="Custom"></telerik:RadTextBox>
I'm in quite a hurry - need to get it fixed today :)
Cheers and thanks in advance
I'm trying to set a custom skin for my text boxes but I can't get it to work... Here is what I try to do:
1) I copied the default skin to my project (~/RadControls/Input/Skins/Custom)
2) Renamed "Input.Default.css => Input.Custom.css"
3) Inside the .css I replaced all "_Default" => "_Custom"
4) And finally added a textbox: (In the past I was supposed to set the SkinsPath="~/RadControls/Input/Skins" but the SkinsPath attribute is gone...)
<telerik:RadTextBox ID="myCustomTextBox" runat="server" EnableEmbeddedSkins="False" Skin="Custom"></telerik:RadTextBox>
I'm in quite a hurry - need to get it fixed today :)
Cheers and thanks in advance