DataGridView 失败 SelectedCells 属性
在我的项目中,我有 3 个 DataGridView,我需要检索网格的 SelectedCells 在 2 个网格中,这工作正常,但在一个网格中(并且代码与其他 2 个完全相同) grid.SelectedCells.Count 是 1 但如果我进入检查器查看选择了哪个单元格,结果是 0,0...
谢谢
in my project I have 3 DataGridView and I need to retrieve the SelectedCells of the grid
in 2 grids this works fine, but in one ( and the code is exactly the same of the other 2)
the grid.SelectedCells.Count is 1 but If I go in the inspector to view which cell is selected, the result is 0,0...
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决,对不起大家,但在检查所选单元格之前,我对数据集进行了填充,这导致了问题......
solved, sorry everybody, but before check the selected cells, i made a Fill of the dataset, and this caused the problem...