New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridContextMenuBuilder

Methods

Body(System.Action)

Parameters

configurator - System.Action<GridContextMenuCommandFactory>

Groups(System.Action)

Parameters

configurator - System.Action<GridContextMenuCommandFactory>

Head(System.Action)

Parameters

configurator - System.Action<GridContextMenuCommandFactory>

Events(System.Action)

Configures the client-side events.

Parameters

configurator - System.Action<GridContextMenuEventBuilder>

The client events action.

Example


            @(Html.Kendo().ContextMenu()
                  .Name("ContextMenu")
                  .Events(events => events
                      .Close("onClose")
                  )
            )

In this article
Not finding the help you need?