I am using version 10.3
I have 5 checkbox options in a template WebDataMenu.
When I click on any checkbox the menu closes. I need the menu to stay open.
If I use Chrome, it works very well - it stays open.
But it DOES NOT work on Internet Explorer or Firefox
This used to work very well in version 9.2
What can I do ?
Is this a bug ???
Hi,
in 10.3 we decided that menu doesn't behave correctly and it should close on click. We have forseen the problem that if there is a template in the menu with controls that require input (like check boxes), so you just have to put CloseOnClick property to false. And if you need to close the menu item on click, for specific items you have to do it manually.
Hope this helps.
Thanks,
Lubomir
Hi Lubomir !!
I already have it set like this:
<
ig:WebDataMenu ID="WebDataMenu1" runat="server" Width="100%" CloseMenuOnClick="False">
But it only works when you click exactly on the Box. If you click on the Text, the menu closes.
It works beautifully on hyperlinks and may be other controls, but NOT on Checkboxes.
What do you suggest ??
Thank you.