Kendo Grid MVC 在左键单击时打开上下文菜单
Kendo Grid MVC Open Context Menu on Left Click
我正在使用 MVC Kendo 网格。第一列有一个图标,可以打开右键单击上下文菜单。我想左键单击此图标并打开上下文菜单。
请注意在选择某些操作时我要执行某些操作的个别行。
您可以指定显示上下文菜单的事件:.ShowOn("click")
。有关示例,请参阅 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。
我正在使用 MVC Kendo 网格。第一列有一个图标,可以打开右键单击上下文菜单。我想左键单击此图标并打开上下文菜单。
请注意在选择某些操作时我要执行某些操作的个别行。
您可以指定显示上下文菜单的事件:.ShowOn("click")
。有关示例,请参阅 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。