Hi Telerik,
We faced one weird problem related to particularly one skin. i.e : MetroTouchMobile. The error we faced mentioned below:
Telerik.Web.UI.GridFilterMenu with ID='rfltMenu' was unable to find an embedded skin with the name 'MetroTouchMobile'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false.
This error generates only for "MetroTouchMobile" RadSkin. All other skins works good.
Actually, we are applying skin to each control at server side (code behind) dynamically, When we assign this skin we get error mentioned above for all the control.
What do we need to resolve such error?
Thanks,
Novoguys