Infragistics UltraWinGrid CTRL+使用下拉过滤器时的行为

发布于 2024-10-09 10:41:13 字数 199 浏览 8 评论 0原文

我有一个标准的 UltraWinGrid (V8.2),带有一些列/下拉过滤器。

我已经实现了 CTRL + A 来选择所有行。

但是,当应用了过滤器时,我只想选择未过滤掉的行上的所有内容。

我仔细选择我的用词,因为有几个可见属性,但它们似乎与屏幕上的实际可见性有关 - 显然这不是我想要的。

I have a standard UltraWinGrid (V8.2) with some column/dropdown filters.

I have implemented CTRL + A to select all rows.

However when there is a filter applied, I only want to select all on the row that are not filtered out.

I choose my words carefully as there are a couple of Visible properties but they seem to pertain to actual visibility on the screen - obviously this is not what I want.

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

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

发布评论

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

评论(1

单挑你×的.吻 2024-10-16 10:41:13

您可以尝试使用 UltraWinGrid.Rows.GetFilteredInNonGroupByRows() 或在执行选择操作时使用 UltraGridRow.IsFilteredOut。这有帮助吗?

You could try using UltraWinGrid.Rows.GetFilteredInNonGroupByRows() or when doing your select operation use UltraGridRow.IsFilteredOut. Does that help?

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