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

When i click on RadMenuItem, the child items in the RadMenuItem opens as a dropdown, when i hover on one of the child item, the parent window should be darkened?

3 Answers 62 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Maruthi
Top achievements
Rank 1
Maruthi asked on 26 Jul 2012, 06:09 AM
I have a telerik RadMenuItem
<telerik:RadMenuItem runat="server" Text="SOLUTIONS" >                        
                  <Items>
                          <telerik:RadMenuItem runat="server" CssClass="aspnet-ajax">
                                <ItemTemplate>
                                        <table>
                                            <tr>
                                                <td>
                                                <a href="/Solutions/DisasterRecovery/Overview/Pages/BrandTier2Test.aspx">
                                                <img alt="disaster recovery" src="/PublishingImages/dr.gif" onmouseover="this.src='/PublishingImages/dron.gif'" onmouseout="this.src='/PublishingImages/dr.gif'"/>
                                                </a>
                                                </td>
                                                <td>
                                                <a href="/Solutions/DisasterRecovery/Overview/Pages/BrandTier2Test.aspx">
                                                <img alt="disaster recovery" src="/PublishingImages/dr.gif" /></a>
                                                </td>
                                            </tr>
                                         </table>
                                   <Item Template>
                             </telerik:RadMenuItem>
                      </Items>
<telerik:RadMenuItem>

When i click on "SOLUTIONS"  the child RadMenuItem dropdown opens when i hover on one of the them the parent window should be darkened..
Can someone know me how to achieve this?

Thanks,
Maruthi

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 26 Jul 2012, 08:56 AM
Hi Maruthi,

Can you please clarify a bit more on your scenario since the information provided is not sufficient for me to replicate your issue? For instance if you can provide some markup of the page (not just the RadMenuItem) as well as describe the scenario in more details would be very helpful.

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Maruthi
Top achievements
Rank 1
answered on 26 Jul 2012, 09:37 AM
Hi Kate,
We are trying to build a similar Menu as shown in one of your example
The effect which we want is attached as in this thread effect.png. Can you let us know how we can achieve this behavior.


Thanks for your Time

Maruthi

0
Kate
Telerik team
answered on 31 Jul 2012, 09:55 AM
Hi Maruthi,

Thank you for clarifying.

Please take a look at the following post where the scenario that you are trying to achieve is described in details with a different control. For your particular scenario you can use the OnClientItemOpening client-side event - http://forums.asp.net/t/1347938.aspx/1

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Menu
Asked by
Maruthi
Top achievements
Rank 1
Answers by
Kate
Telerik team
Maruthi
Top achievements
Rank 1
Share this question
or