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

Problem with menu with ClickToOpen set to True

1 Answer 41 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Miłosz Cechnicki
Top achievements
Rank 1
Miłosz Cechnicki asked on 22 Apr 2010, 09:42 AM
Hi,
We are moving our applications from SL3 to SL4, using also proper version of Your controls.
Everything seems to work fine, except for the RadMenu.

The problem is when You click on the 'root' menuItem, and there are raised events from one of the items, that are below this item. (If there is only one element - from this element). This occurs almost always when clicking the second time (in order to collaps the menu) and sometimes when clicked in order to open it.

Sample code:
<telerikNavigation:RadMenuItem Header="{Binding AdministrationMenuItem, Source={StaticResource StringLibrary}}" x:Name="miAdministration"
                        <telerikNavigation:RadMenuItem Header="{Binding ManageModificationGroupsMenuItem, Source={StaticResource StringLibrary}}" x:Name="miManageGroups" Click="miManageGroups_Click"
                            <telerikNavigation:RadMenuItem.Icon> 
                                <Image Source="Resources/folder_conf_16.png" Width="16" Height="16" Stretch="None"/> 
                            </telerikNavigation:RadMenuItem.Icon> 
                        </telerikNavigation:RadMenuItem> 
                    </telerikNavigation:RadMenuItem> 

EDIT:
I have submitted a support ticket with sample project.

Best regards,

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 23 Apr 2010, 09:25 AM
Hello MiƂosz Cechnicki,

We introduced a bug in one of our Latest Internal Build. It is because of some changes we did for the new animation. We are aware of the problem and it is fixed. You can download our service pack released yesterday. The fix is available there and also our new demo application.

Thank you for your report. If you are still experiencing problems please let me know.

Greetings,
Boyan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Miłosz Cechnicki
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or