如何在 devexpress xtraGrid 中模拟列标题单击?

发布于 2025-01-04 22:26:33 字数 188 浏览 0 评论 0原文

您好,我的表单上有一个 devexpress 网格。我在其中一列上启用增量搜索。但我发现每次执行一次搜索时都需要单击列标题。有没有办法在网格控件中模拟此类标题或列单击?

我还尝试在 gridcontrol_keydown 事件中设置焦点行,但这只有效一次,执行一次搜索后,我需要再次单击列标题或列,否则增量搜索不再起作用。

谢谢!

Hi I have a devexpress grid on the form. I enable the incremental search on one of the columns. But I find I need to click the column header each time when I perform one search. Is there a way to simulate such header or column click in grid control?

I also try in gridcontrol_keydown event to set the focused row, but this one only works for once, after performing one search, I need to click the column header or the column again, otherwise the incremental search doesn't work anymore.

Thanks!

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

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

发布评论

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

评论(1

漆黑的白昼 2025-01-11 22:26:33

只需单击列(或单元格)即可将焦点设置到要在其下搜索数据的列。可以通过编程方式聚焦列。使用 ColumnView.FocusedColumn 属性。

The column (or cell) click is required only to set focus to the column under which you want to search data. It is possible to focus a column programmatically. Use the ColumnView.FocusedColumn property.

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