设置 DataGridCell 错误模板样式
我希望 TextBoxDataGridColumn 上的文本框在单元格值无效时显示红色背景。我一直无法摆脱恼人的默认红色边框。
如何做到这一点?
谢谢!
I would like the TextBox on my TextBoxDataGridColumn to display a red background when the cell value is invalid. I haven't been able to get rid of the annoying default red border.
How to do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将此样式添加到您的控件资源中,它应该适用于控件中的所有文本框,然后 -
Simply add this style to your Control resources, it should work for all the textboxes in your control then -
http://japikse.blogspot.com/2009/07 /idataerrorinfo-error-templates-and-wpf.html
那里有一些想法,这是您正在寻找的吗?
http://japikse.blogspot.com/2009/07/idataerrorinfo-error-templates-and-wpf.html
some ideas there, is that what you are looking for?