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:
EDIT:
I have submitted a support ticket with sample project.
Best regards,
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,