Unplanned
Last Updated: 24 Jul 2024 06:14 by Benjamin
Benjamin
Created on: 24 Jul 2024 06:14
Category: Entry
Type: Feature Request
6
Entry: Provide an option to use the MAUI flyout base context menu

I tried the following and the custom context menu does not apply: 

<telerik:RadEntry x:Name="telerikEntry">
    <FlyoutBase.ContextFlyout>
        <MenuFlyout>
            <MenuFlyoutItem Text="Custom flyout telrik radentry"
                            Clicked="MenuFlyoutItem_Clicked">
            </MenuFlyoutItem>
        </MenuFlyout>
    </FlyoutBase.ContextFlyout>
</telerik:RadEntry>

It works for MAUI Entry. Provide this menu for Telerik MAUI RadEntry too. 

 

 

 

0 comments