We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Blazor Context Menu is a graphical user interface component that appears when users right-clicks or performs a touch and hold action. You can add a list of items to the context menu, create multilevel menus, and attach event handlers to the menu items for seamless integration with other controls.

Blazor Context menu items with separator


Multi-level nesting

Define multiple levels of items inside the menu. You can browse the sub menus by mouse hover/clicking the menu items. The appearance of context menu varies for desktop and mobile apps. In mobile devices, users can view multilevel nested items in a single layer with a provision for backtracking to parent node.

Menu Multi-Level nesting documentation

Blazor Context menu in desktop view

Blazor Context menu in mobile view


You can add icons or sprite images to menu items easily to visually represent actions in the context menu.

Menu Item Icons documentation

Blazor Context menu with icons


Context menu templates

Templates are used to customize the content, items, and appearance for a great user experience. You can create context menu by using a template for each element.

Template support in Blazor Context menu item


The Context Menu component is used to navigate to the other webpages when a menu item is clicked.

Navigation documentation

Blazor Context Menu Navigation


Integration with other controls

The Blazor context menu can be integrated with any control. Adding a context menu to other controls require a simple configuration.


Built-in themes

The Blazor Context Menu supports built-in themes such as Bootstrap 5, Tailwind CSS, Fluent, high contrast, and more. Users can customize these built-in themes or create new themes to achieve the desired look and feel either by simply overriding SASS variables or using the Theme Studio application.


Web accessibility

  • Fully supports WAI-ARIA for working with screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Based on WCAG 2.0 standards, UI visual elements such as foreground color, background color, line spacing, text, and images are designed.
  • Supports right-to-left text direction for users working with RTL languages like Hebrew, Arabic, or Persian.

Blazor Context Menu Code Example

Easily get started with the Blazor Context Menu using a few simple lines of C# code example as demonstrated below. Also explore our Blazor Context Menu Example that shows you how to render and configure the Context Menu in Blazor.

@using Syncfusion.Blazor
@using Syncfusion.Blazor.Navigations

<div class="contextmenu-control">
   <div id="contextmenutarget" tabindex="0">Right click or touch hold to open the context  menu.</div>
      <SfContextMenu Target="#contextmenutarget" TValue="MenuItem">
         <MenuItems>
            <MenuItem Text="Cut"></MenuItem>
            <MenuItem Text="Copy"></MenuItem>
            <MenuItem Text="Paste">
         <MenuItems>
            <MenuItem Text="Paste Text"></MenuItem>
            <MenuItem Text="Paste Special"></MenuItem>
         </MenuItems>
         </MenuItems>
            <MenuItem Separator="true"></MenuItem>
            <MenuItem Text="Link"></MenuItem>
            <MenuItem Text="New Comment"></MenuItem>
         </MenuItems>
      </SfContextMenu>
   </div>
</div>

Other supported frameworks

Context Menu is also available in Angular, React, Vue and JavaScript frameworks that are built from their own TypeScript libraries. Check out the different Context Menu platforms from the links below,




Blazor Components – 85+ UI and DataViz Components

Frequently Asked Questions

  • It is a graphical user interface component that appears when the user right-clicks or performs a touch and hold action.
  • Supports multilevel nested sub menus.
  • Supports automatic collision detection and handling with submenu flip-and-fit.
  • Supports option to customize menu items for templating or include other controls like Checkbox, Radio Button, etc.
  • Support separator to represent similar action items as a group within the list of available items.
  • Industry-standard themes are included: Material, Fabric, and Bootstrap.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Touch friendly and responsive UI.
  • One of the best Blazor Context Menu in the market that offers feature-rich UI to interact with the software.
  • Extensive demos, documentation and videos to learn quickly and get started with the Blazor Context Menu component.

You can find our Blazor Context Menu demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile