如何在智能手机应用程序中的 DataGrid 中获取选定的行?
我正在开发一个智能手机应用程序,其中我有一个 winform 中的 DataGrid。
我想获取所选行的单元格的值..
I am working on a smartphone application, where I have a DataGrid in winform.
I want to get the value of cell of the selected row..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这将返回智能手机应用程序中 DataGrid 选定单元格的值
通过此您可以获取或设置单元格值。
This will return the value of selected cell of DataGrid in smartphone application
Through this you can get or set the cell value.
由于缺乏信息,如果我们的方法来自旧的 VB.net 紧凑框架项目,那么这里是一种 hack。
这将显示一个消息框,其中包含每个选定行的第一个单元格的内容。
Through lack of information here is a hack of one if our methods from an old VB.net compact framework project.
This will show a message box with the contents of the first cell of each selected row.