Hi there,
How can I use an embedded skin for a rad grid ? I used the coding below
which gives me an error like :
Could you please give me a solution for this ?
Thanks
Shafi
How can I use an embedded skin for a rad grid ? I used the coding below
<telerik:RadGrid runat="server" ID="rdGd1" EnableEmbeddedSkins="true"
skin="MySkin" GridLines="None">
which gives me an error like :
Telerik.Web.UI.RadGrid with ID='rdGd1' was unable to find embedded skin with name 'MySkin'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.
Could you please give me a solution for this ?
Thanks
Shafi