用户事件 SelectedIndexChanged 不采用 DataBinding 新行
我有一个与绑定源链接的 DDL。假设在绑定源中我有 3 行;
1 - 一 2 - 两个 3 - 3
当我选择第一行时,在 SelectedIndexChanged 方法中,当前 BindingSource 行为空。然后,如果我选择第二行,则当前行是前一行,即第一行,直到返回 SelectedIndexChanged 为止。
有没有办法在 SelectedIndexChanged 中获取当前行?
I have a DDL linked with a binding source. Lets say in the binding source I have 3 rows;
1 - One
2 - Two
3 - Three
When I select the first row, within the method SelectedIndexChanged thw Current BindingSource row is null. Then if I select the second row the current row is the previous one, the first until the SelectedIndexChanged is returned.
Is there a way to get the current row while in SelectedIndexChanged?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: