Gridview 单元格中的验证

发布于 2024-12-03 19:08:25 字数 312 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文