Mahmad Khoja
Mahmad Khoja

Reputation: 463

Kendo Grid MVC Open Context Menu on Left Click

I am using MVC Kendo Grid. First column has an icon which opens a right click context menu. I want to left click this icon and open a context menu / menu.

Please note on individual row I want to perform some operation when selecting some operation.

enter image description here

Upvotes: 0

Views: 1219

Answers (1)

Carsten Franke
Carsten Franke

Reputation: 1669

You can specify the event to show the context menu: .ShowOn("click"). See https://docs.telerik.com/aspnet-mvc/api/Kendo.Mvc.UI.Fluent/ContextMenuBuilder#showonsystemstring for documentation and https://docs.telerik.com/kendo-ui/api/javascript/ui/contextmenu/configuration/showon for an example.

Upvotes: 2

Related Questions