Hi,
I created a global css file with all the necessary css for a new skin called webblue. And i gave the css class for the grid as webblue. It works seemlessly. But when i add the line:
<telerik:RadGrid runat="server" CssClass="RadGrid_WebBlue">
<PagerStyle Mode="NextPrevNumericAndAdvanced" />
</telerik:RadGrid>
And remove the inline css from the grid declaration while using, the skin is not rendered.
Also its not taking the pager mode from here to be applied to all the grids that i define.
Please help.
Thanks,
Sid
I created a global css file with all the necessary css for a new skin called webblue. And i gave the css class for the grid as webblue. It works seemlessly. But when i add the line:
<telerik:RadGrid runat="server" CssClass="RadGrid_WebBlue">
<PagerStyle Mode="NextPrevNumericAndAdvanced" />
</telerik:RadGrid>
And remove the inline css from the grid declaration while using, the skin is not rendered.
Also its not taking the pager mode from here to be applied to all the grids that i define.
Please help.
Thanks,
Sid