This question is locked. New answers and comments are not allowed.
We are using StaysOpen="True" to allow multiple context menu items to be checked/unchecked without closing the menus. This has worked fine, up until (I think) the 07-23 version. The menu just closes as soon as any item is clicked. I am currently using the 07-30 build, and the bug is still there. This is how I attach the menu:
Please make sure this is fixed in the next internal build. In the meantime, can you suggest a workaround?
Thank you,
/Henrik
<
teleriknav:RadContextMenu.ContextMenu
>
<
teleriknav:RadContextMenu
StaysOpen
=
"True"
ClickToOpen
=
"True"
Opened
=
"RadContextMenu_Opened"
EventName
=
"MouseLeftButtonUp"
Placement
=
"Bottom"
ItemTemplate
=
"{StaticResource RoleItemTemplate}"
>
</
teleriknav:RadContextMenu
>
</
teleriknav:RadContextMenu.ContextMenu
>
Please make sure this is fixed in the next internal build. In the meantime, can you suggest a workaround?
Thank you,
/Henrik