用户编辑完行后如何获取DataGrid行数据?
我想在用户完成在数据网格中输入一行后立即验证用户输入的内容。
我应该查看什么事件,以及如何检索行数据?或者更好的是它所绑定的对象?
I want to validate what the user has entered immediately after the user has finished entering a row in a datagrid.
What event should I be looking at, and how do I retrieve the row data? Or even better, the object it's bound to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 RowEditEnding 事件。
Use the RowEditEnding event.
如果您遇到问题,我已经成功使用:
If you're having problems, I had success using: