This is a migrated thread and some comments may be shown as answers.

RadSiteMap Skin

4 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tapas
Top achievements
Rank 1
Tapas asked on 01 Oct 2010, 09:54 PM
Hello Telerik.
I am using RadSiteMap in my application. But I am not able to set the skin of it as shown in the link
http://demos.telerik.com/aspnet-ajax/sitemap/examples/nodelines/defaultcs.aspx
Here is what I did:
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" EnableEmbeddedSkins="false" Skin="Custom" />
    <telerik:RadSiteMap ID="RadSiteMap1" runat="server" ShowNodeLines="True" EnableEmbeddedSkins="False"
        Skin="Custom">
        <Nodes>
            <telerik:RadSiteMapNode runat="server" NavigateUrl="~/Administrator/AdminHome.aspx"
                Text="Administrator Home" ToolTip="Administrator Home">
                <Nodes>
                    <telerik:RadSiteMapNode runat="server"
                        NavigateUrl="~/Administrator/DeleteRoutine.aspx" Text="Delete Class Routine"
                        ToolTip="Delete Class Routine">
                    </telerik:RadSiteMapNode>
                    <telerik:RadSiteMapNode runat="server" NavigateUrl="~/Administrator/DeleteUser.aspx"
                        Text="Delete User" ToolTip="Delete User">
                    </telerik:RadSiteMapNode>
                    <telerik:RadSiteMapNode runat="server" NavigateUrl="~/Administrator/RoutineFileUpload.aspx"
                        Text="Upload Class Routine" ToolTip="Upload Class Routine">
                    </telerik:RadSiteMapNode>
                    <telerik:RadSiteMapNode runat="server"
                        NavigateUrl="~/Administrator/UsersProfileEdit.aspx" Text="Edit Profile"
                        ToolTip="Edit Profile">
                    </telerik:RadSiteMapNode>
                    <telerik:RadSiteMapNode runat="server"
                        NavigateUrl="~/Administrator/UsersProfileView.aspx" Text="View Profile"
                        ToolTip="View Profile">
                    </telerik:RadSiteMapNode>
                </Nodes>
            </telerik:RadSiteMapNode>
        </Nodes>
    </telerik:RadSiteMap>
I am using using actually black skin as the machine where I will run my application does not have Telerik installed, so I copy and attach the skin directory to my project and call these as:
 <link href="../CustomSkin/SiteMap.Custom.css" rel="stylesheet" type="text/css" />
<link href="../CustomSkin/FormDecorator.Custom.css" rel="stylesheet" type="text/css" />
Everything is fine except the black background as shown in the above link. What else should I add to get that one.
Thank you.
And lastly Telerik is awesome.

4 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 06 Oct 2010, 04:13 PM
Hello Tapas,

Actually the black background is not part of the "Black" skin. It is part of the demos design. You can easily check this by dragging a RadSiteMap control and set the Skin to "Black".  So, you are ready with the Custom Skin.

Feel free to ask me if you have further questions.

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
0
Tapas
Top achievements
Rank 1
answered on 07 Oct 2010, 04:15 PM
Thank you Veronica and the Telerik team.
0
Alexander
Top achievements
Rank 1
answered on 12 Oct 2010, 10:06 AM
Is it possible to make my own skin for sitemap?
0
Sebastian
Telerik team
answered on 12 Oct 2010, 11:12 AM
Hello Alexander,

Of course, and you can do that pretty easily with our AJAX Visual Style Builder tool.

Best regards,
Sebastian
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
Tags
General Discussions
Asked by
Tapas
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Tapas
Top achievements
Rank 1
Alexander
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or