stavroskasidis / BlazorContextMenu

A context menu component for Blazor !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Left click

dragidude opened this issue · comments

Of course, right-click to get a context menu is normal.... But left clicking to a context menu can occasionally be useful.

I'm using a Blazor grid where I want the context menu click event to do something with the selected record. However, right clicking does not select the record. Left click does select the record. So it would be nice to left click to select AND show the context menu. Otherwise, the user has to left click select and then right click to get the context menu.

Nice to have ...

Thank you for this project!

Ohhh, this is already available. <ContextMenuTrigger MenuId="myMenu" MouseButtonTrigger="MouseButtonTrigger.Left">