I just purchased the RadControls for Ajax and have a question concerning the ClicktoOpen option for the menu control. Is it possible to have the ClicktoOpen only at the root level, then mouse over for all of the children ?
Thanks.
Scott B
3 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 10 Jun 2009, 03:10 PM
Hi Scott Braconnier,
This is exactly how ClickToOpen is supposed to operate - clicking is required only for the root items. Child items open when the user hovers them with the mouse.
Thanks for the reply.. I did see that it does expand at the root level and the children all behave via the hover. What I was referreing to, for example is a horizontal menu. (main1, main2, main3..) On click manages main1,2,3 and the hover action controls the children of each main#.
Right now, if I onclick menu1, the hover expands the children of main2 and main3.
Does that make better sence ?
Scott B
0
Atanas Korchev
Telerik team
answered on 12 Jun 2009, 04:25 PM
Hello Scott Braconnier,
Yes, this is the expected behavior. ClickToOpen = true makes RadMenu behave as any Windows menu. Opening for the first time requires a click. However if there is an open menu item the rest of the items open on hover.