Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > Level1 item css

Not answered Level1 item css

Feed from this thread
  • Posted on Sep 8, 2010 (permalink)

    Hi team,

    I have a problem with my level1 items in my 8 column RadSiteMap. How can I get my items to be shown vertically one by one and not on top of each other?

    //Johnny
    Attached files

    Reply

  • Veronica Veronica admin's avatar

    Posted on Sep 8, 2010 (permalink)

    Hello Johnny,

    You can use the "Multiple Columns" Demo for reference.

    To be able to show the SiteMap Nodes in one column only you'll need to set the following settings:

    <LevelSettings>
                   <telerik:SiteMapLevelSetting Level="0">
                       <ListLayout RepeatDirection="Vertical" RepeatColumns="1" />
                   </telerik:SiteMapLevelSetting>
                   <telerik:SiteMapLevelSetting Level="1">
                       <ListLayout RepeatDirection="Horizontal" RepeatColumns="1" />
                   </telerik:SiteMapLevelSetting>
               </LevelSettings>

    Hope this helps.

    All the best,
    Veronica Milcheva
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > Level1 item css