Hi there,
I am finding to my cost that the particular skin I use for a given control affects whether some of the properties wor. Is this intentional? For example, this code from the Telerik sample web-site demonstrates the vertical scrolling facility of sub-menu items:
<telerik:RadMenu ID="RadMenu1" runat="server" Skin="Outlook">
<Items>
<telerik:RadMenuItem Text="Corporate">
<GroupSettings Height="100px"></GroupSettings>
<Items>
<telerik:RadMenuItem Text="Mission Statement">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Strategic Plan">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Executive Bios">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Contact Us">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Careers">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Client Highlights">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="By Email">
</telerik:RadMenuItem>
</Items>
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>
Changing the skin to Skin="Web20" (say) prevents the feature from working (since the scrolling indicator arrows disappear); this happens in both Firefox and IE7. I have had a similar experience when using a scroll-bar in a RadPanelBar, although this was specific to Firefox.
It would be very handy to know when certain features were not available with certain skins -- I haven't seen any restrictions mentioned in the documentation but I might be looking in the wrong place.
Thanks,
Ed Graham
I am finding to my cost that the particular skin I use for a given control affects whether some of the properties wor. Is this intentional? For example, this code from the Telerik sample web-site demonstrates the vertical scrolling facility of sub-menu items:
<telerik:RadMenu ID="RadMenu1" runat="server" Skin="Outlook">
<Items>
<telerik:RadMenuItem Text="Corporate">
<GroupSettings Height="100px"></GroupSettings>
<Items>
<telerik:RadMenuItem Text="Mission Statement">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Strategic Plan">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Executive Bios">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Contact Us">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Careers">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="Client Highlights">
</telerik:RadMenuItem>
<telerik:RadMenuItem Text="By Email">
</telerik:RadMenuItem>
</Items>
</telerik:RadMenuItem>
</Items>
</telerik:RadMenu>
Changing the skin to Skin="Web20" (say) prevents the feature from working (since the scrolling indicator arrows disappear); this happens in both Firefox and IE7. I have had a similar experience when using a scroll-bar in a RadPanelBar, although this was specific to Firefox.
It would be very handy to know when certain features were not available with certain skins -- I haven't seen any restrictions mentioned in the documentation but I might be looking in the wrong place.
Thanks,
Ed Graham