Hi,
I have been trying to use the EnableEmbeddedSkins by setting in my Default Theme I have for the website and then for more complicated Grids I am creating putting EnableEmbeddedSkins="true" however this is not overriding the setting in my Theme file?
Is there something I am missing?
in the Theme:
<telerik:RadGrid runat="server" PageSize="5" AllowPaging="True" CssClass="nomargin" EnableEmbeddedSkins="false">
<PagerStyle Position="Bottom" ShowPagerText="False" VerticalAlign="Bottom" Mode="NextPrevNumericAndAdvanced" />
</telerik:RadGrid>
In the ascx file:
<telerik:RadGrid ID="rgUsers" runat="server" AutoGenerateColumns="false" GroupingEnabled="true"
OnNeedDataSource="BindGridNeedDataSource" EnableViewState="true" AllowSorting="true"
ShowGroupPanel="true" Width="100%"
EnableEmbeddedSkins="true" Skin="Default2006" CssClass="nomargin">
Any thoughts?
I have been trying to use the EnableEmbeddedSkins by setting in my Default Theme I have for the website and then for more complicated Grids I am creating putting EnableEmbeddedSkins="true" however this is not overriding the setting in my Theme file?
Is there something I am missing?
in the Theme:
<telerik:RadGrid runat="server" PageSize="5" AllowPaging="True" CssClass="nomargin" EnableEmbeddedSkins="false">
<PagerStyle Position="Bottom" ShowPagerText="False" VerticalAlign="Bottom" Mode="NextPrevNumericAndAdvanced" />
</telerik:RadGrid>
In the ascx file:
<telerik:RadGrid ID="rgUsers" runat="server" AutoGenerateColumns="false" GroupingEnabled="true"
OnNeedDataSource="BindGridNeedDataSource" EnableViewState="true" AllowSorting="true"
ShowGroupPanel="true" Width="100%"
EnableEmbeddedSkins="true" Skin="Default2006" CssClass="nomargin">
Any thoughts?