将行特定上下文菜单添加到 UltraWinGrid
我是使用 Infragistics
的新手。我正在尝试将上下文菜单添加到 UltraWinGrid
中的特定行/列,但我无法做到这一点。看起来将上下文菜单添加到网格很简单,但将其添加到特定的行/列并不简单。你能告诉我该怎么做吗?
I'm a newbie using Infragistics
. I'm trying to add context menu to a specific row/column in UltraWinGrid
, which I'm not able to. Looks like adding context menu to the grid is simple but adding it to a specific row/column is not straight forward. Can you please tell me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将上下文菜单添加到表单或控件中,您的网格将驻留在其中,并且仅当他们在需要该菜单的行/单元格上右键单击网格时才显示它。
这是一个例子,尽管它并不漂亮。
You could add a context menu to the form or control your grid will reside in and only display it in when they right click in the grid over the rows/cells that need that menu.
Here's an example, though it's not pretty.
鼠标按下不起作用。请使用鼠标向上键。
MouseDown does not work. Please use MouseUp.