Posted 10 May 2022, 11:31 pm EST
Hello.
C1.WPF.Grid.Ja 6.0.20221.218
How to customize the context menu on the FlexGrid? Sometimes a default context menu is also displayed.
<c1:FlexGrid ItemsSource="{Binding List}">
<c1:FlexGrid.ContextMenu>
<ContextMenu>
<MenuItem Header="AAAAAAAAAA" />
</ContextMenu>
</c1:FlexGrid.ContextMenu>
</c1:FlexGrid>
```[img]https://gccontent.blob.core.windows.net/forum-uploads/file-f3f35650-fd24-4b66-a63a-af2ac944240b.png[/img][img]https://gccontent.blob.core.windows.net/forum-uploads/file-147930f8-b057-4bab-9939-569d86b62c12.png[/img]