当 WPF DataGrid 上发生验证错误时阻止保存

发布于 2024-10-16 03:10:38 字数 147 浏览 3 评论 0原文

目前,我有一个 DataGrid,它绑定到我的 ViewModel 中的一些数据。我为行和列设置了 ValidationRules。我想做的是在出现任何验证错误时阻止用户保存文件。我正在使用 RelayCommands 类将“打开”、“保存”等命令路由到我的 ViewModel。

Currently, I have a DataGrid which is bound to some data in my ViewModel. I have ValidationRules set up for the Rows, and the Columns. What I would like to do is prevent the user from saving the file if there are any Validation Errors. I am using the RelayCommands class to route the Open, Save, etc commands to my ViewModel.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文