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

StaysOpen is broken in the latest internal build

2 Answers 55 Views
Menu
This is a migrated thread and some comments may be shown as answers.
hwsoderlund
Top achievements
Rank 1
hwsoderlund asked on 03 Aug 2010, 01:13 PM
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:

<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

2 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 03 Aug 2010, 03:10 PM
Hello Henrik,

I reverted a part from the changeset that caused the problem and it seems that fixed it. We will pass it through our QAs just in case the fix caused unexpected side effects. This week's internal build will contain the fix.

Kind regards,
Valeri Hristov
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
0
hwsoderlund
Top achievements
Rank 1
answered on 03 Aug 2010, 03:23 PM
Good. Thank you.
Tags
Menu
Asked by
hwsoderlund
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
hwsoderlund
Top achievements
Rank 1
Share this question
or