Gridview 单元格中的验证
我正在使用 RadGridView (WPF),我需要与绑定集合中的其他值进行比较来验证单元格。
我有一个对象:
public class MyObject
{
public DateTime DateBegin { get; set;}
public int Value { get; set;}
}
如果我在 GridView 中添加具有现有日期的新行,我想在单元格中显示错误消息。
我想在我的单元格中使用 ValidationRules,但我不确定是否可以与绑定列表中的其他值进行比较。
I am working with RadGridView (WPF) and I need to validate cell compared to other values in binding collection.
I have a object :
public class MyObject
{
public DateTime DateBegin { get; set;}
public int Value { get; set;}
}
And if I add a new row in my GridView with existing Date I want to show error message in cell.
I thought to use an ValidationRules in my cell, but i am not sure if i can compared to with others values in binding list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论