当 DatagridView 中的从属列时,如何过滤数据,因为先前选定的项目消失了

发布于 2024-12-15 17:08:38 字数 169 浏览 0 评论 0原文

在我的 datagridview 中,有两个依赖列,一个是类别,另一个是项目。所以我想根据所选类别过滤我的项目列列表。

但问题是,当我将类别数据更改为项目组合框的数据源时,以前选定的项目名称会消失,因为以前的项目不在当前数据源中。

那么此类问题的正确解决方案是什么。

In my datagridview there are two dependent columns, one is category and the other is items. So I want to filter my item column list as per selected category.

But the problem is that when I change the category wise data to datasource of items combobox, previous selected items names disappear because previous items is not in current datasource.

So what is correct solution of such problem.

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

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

发布评论

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

评论(1

灯角 2024-12-22 17:08:38

使用数据视图筛选列: http://msdn.microsoft.com /en-us/library/system.data.dataview.aspx

根据输入验证和其他情况,您可以在编辑操作后更新数据源。

Filter columns with a Dataview: http://msdn.microsoft.com/en-us/library/system.data.dataview.aspx

Depending on input validation and what not, you can update the DataSource after an edit operation.

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