Blazor コントロール
コンテキストメニュー
コントロール > FlexGrid > コンテキストメニュー

Use the Browser Context Menu

FlexGrid displays a built-in selection context menu on right-click by default. Disable this menu to allow the browser’s native context menu to appear instead.

The browser context menu exposes standard browser actions based on the target element, such as opening links, copying content, or inspecting elements.

Disable the Selection Context Menu

Set the ShowSelectionMenu property to false to disable the built-in selection menu:

Razor
コードのコピー
<FlexGrid ShowSelectionMenu="false" ItemsSource="@data">
</FlexGrid>
 

Behavior

Limitations