Hi,
We upgraded to the latest version (2014.1.425.40) few days ago.
We have few grids with inline filter.
This is the grid's decleration:
<telerik:RadGrid id="gridLgs" runat="server" AllowSorting="True" AutoGenerateColumns="false" AllowMultiRowSelection="true" AllowFilteringByColumn="true" OnNeedDataSource="GridViewControl_NeedDataSource" Width="99%" Height="320px" Skin="HPX" EnableEmbeddedSkins="false">
As you can see, we have our own skins:
Skin="HPX" EnableEmbeddedSkins="false"
After the upgrade, all grids with filter throws exception:
Telerik.Web.UI.GridFilterMenu with ID='rfltMenu' was unable to find an embedded skin with the name 'HPX'. 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.
But 'HPX' is not an embedded skin... And we declared EnableEmbeddedSkins=false.
Please advise. It's urgent.
Thanks,
Guy.
We upgraded to the latest version (2014.1.425.40) few days ago.
We have few grids with inline filter.
This is the grid's decleration:
<telerik:RadGrid id="gridLgs" runat="server" AllowSorting="True" AutoGenerateColumns="false" AllowMultiRowSelection="true" AllowFilteringByColumn="true" OnNeedDataSource="GridViewControl_NeedDataSource" Width="99%" Height="320px" Skin="HPX" EnableEmbeddedSkins="false">
As you can see, we have our own skins:
Skin="HPX" EnableEmbeddedSkins="false"
After the upgrade, all grids with filter throws exception:
Telerik.Web.UI.GridFilterMenu with ID='rfltMenu' was unable to find an embedded skin with the name 'HPX'. 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.
But 'HPX' is not an embedded skin... And we declared EnableEmbeddedSkins=false.
Please advise. It's urgent.
Thanks,
Guy.