Saturday, March 24, 2012

Working With HoverMenuExtender with ASP .NET Menu Control

Hi!

Now I am working with Atlas April CTP.

I am trying to get HoverMenu on ASP. Net Menu Control to edit n delete the Menus at runtime.

Can anybody Help me whether it is possible or not...

waiting for reply...

Thanks and Regards,

L V Prasad Yedla.

I have the same problem. I was looking at this though and this isexactly what i need. The problem is i cannot get it to bind to asingle line of my gridview, or my treeview.
I am assuming you will have in the link button an 'Edit' command that will be placed in your C# code.

http://atlas.asp.net/atlastoolkit/HoverMenu/HoverMenu.aspx

Has anyone done this?
any pointers/hints?

You'll need to do something similar to the demo page where you

1) Specify a static/dynamic template for the menu

2) Put the extender in there next to the item


thanks for the quick reply.

could you be more specific on what i need to do with the menu?
my menu looks similar to the sample. which properties do i need to make static/dynamic?

thanks

I assume you're using the <DataBindings> section in the menu. In that case, it just generates the default HTML. You'll need to make it do a template. Check out the documentation for the Menu control - basically it's got a <StaticItemTemplate> and a <DynamicItemTemplate> that allow you to to customize what it generates. You'll need to do that and put the extender in there.

No comments:

Post a Comment