数据插入/删除后自动更新DataGrid

发布于 2024-12-02 06:37:18 字数 170 浏览 1 评论 0原文

我正在使用 LINQ to 实体在 WPF 应用程序主页上显示的 DataGrid 中插入和删除数据。我想知道是否有一种方法或 DataGrid 功能可以使我的 DataGrid 自动更新并在插入/删除时显示更改,而不必重新执行填充数据网格的 LINQ 查询(这就是我的方式)现在就实现了这一点)。

提前致谢。

I'm using LINQ to entities to insert and delete data from a DataGrid that is displayed on the homepage of my WPF application. I was wondering if there was a way or a DataGrid feature that would make my DataGrid auto-update and show changes upon insert/delete by itself rather than me having to re-execute the LINQ query that fills the datagrid (which is how i am achieving this now).

Thanks in advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

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