简体   繁体   English

DevExpress 的过滤问题 Wpf GridControl

[英]Filtering Issue with DevExpress Wpf GridControl

here my problem: I'm developing an application using DexExpress wpf GridControl 10.1, c#, Net 4.0 and I use checkbox dropdown lists to filter columns.这是我的问题:我正在使用 DexExpress wpf GridControl 10.1, c#, Net 4.0开发应用程序,我使用复选框下拉列表来过滤列。 Now when I set a filter on a column, and then try to filter on a second one, on the second filter it shows all the values of the column, and not only the visible ones.现在,当我在一列上设置过滤器,然后尝试在第二个过滤器上进行过滤时,在第二个过滤器上它会显示该列的所有值,而不仅仅是可见的值。 Let me do an example:让我举个例子:

C. A C. B C. C C. A C. B C. C
1 A q 1个
2 C a 2 C
1 B q 1 Bq
2 C t 2吨
2 D f 2Df

Noe: if a set on Col. A the filter "[Col. A] = 2" , and then I drop down the checklist filter on column B, I see: Noe:如果在 Col. A 上设置过滤器"[Col. A] = 2" ,然后我在 B 列上下拉清单过滤器,我看到:

A一种
B
C C
D

while I would see only:而我只会看到:

C C
D

(as in Excel)... What can I do? (如在 Excel 中)...我能做什么?

Thanks in advance!提前致谢!

Luigi路易吉

The solution is provided by DevExpress support team here: filter popup该解决方案由 DevExpress 支持团队提供: filter popup

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM