Syncfusion 网格列表控件
您好,
使用 Syncfusions Gridlist 控件:
用户应该能够选择各种行(1 行或多行),然后我需要一种方法来以编程方式确定选择哪些行。 我将在网格上使用上下文菜单,因此我需要找到此时选择了哪些菜单。
对上述问题的任何帮助都会很棒
HI,
using Syncfusions Gridlist control:
The user should be able to select various rows (1 or many), then I need a way to programmatically determine which rows are selected.
I will be using a context menu on the grid, so I need to find which ones are selected at that point.
Any help with the above would be great
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以像这样访问选定的项目:
请注意:您需要通过执行以下操作来打开网格中的选择模式:
对于多重选择:
对于单选
Josh
You can access the selected items like this:
Please Note: You will need to turn on the selection mode in the grid by doing this:
For MultiSelection:
For SingleSelection
Josh
检查右键单击网格时触发的网格事件,并查看为您提供的参数(通过使用“e”)。
Check for a grid event that is triggered when you right click on the grid, and see what arguments are given to you (by using 'e').