Welcome Guest Search | Active Topics | Sign In | Register

The 'CSSClass' property cannot be set declaritively. Options
Dan Lasante
Posted: Tuesday, February 14, 2012 12:30:52 PM
Rank: Newbie
Groups: Member

Joined: 1/31/2012
Posts: 8
Hi,

I added a menu to my Site.Master and it displays properly in the master page. When I return to the Design screen (VS 2010) I have an Error Creating Control - Menu1 where the menu should appear. The error message above (subject) is displayed.

I searched all forums but haven't found an answer.

Thank you for the help.
eo_support
Posted: Tuesday, February 14, 2012 1:30:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You would need to set CssClass on TopGroup. For example, this will not work:

Code: HTML/ASPX
<eo:Menu CssClass="some_css_class" ....>
    ....
</eo:Menu>


But this will work:

Code: HTML/ASPX
<eo:Menu ...>
    ....
    <TopGroup Style-CssClass="some_css_class">
        ....
    </TopGroup>
    ....
</eo:Menu>


Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.