ComponentArt 网格 OnKeyPress 重置

发布于 2024-07-20 06:25:44 字数 191 浏览 5 评论 0原文

有没有办法通过代码(C#)重置按键搜索值和状态?

ComponentArt (CA) 网格用于从数据库中选择要更新的记录。 更新过程完成后,我需要重置搜索状态。

由于某种原因,重新绑定 CA 网格后按键搜索/过滤器仍保留。 我必须手动从搜索框中删除/删除文本才能通过 CA 网格访问整个记录。

谢谢。

Is there a way to reset the on key press search value and state through code (C#)?

The ComponentArt (CA) grid is being used to select a record from the database to update. I need to reset the search state when the update process is complete.

For some reason the on key press search/filter stays after re-binding the CA grid. I had to manually remove/delete the text from the search box to get access the whole records through the CA grid.

Thank you.

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

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

发布评论

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

评论(1

原来是傀儡 2024-07-27 06:25:44

在 JavaScript 中,我使用了 MyGrid.Search('');,所以我想这也可以在 C# 代码中使用。

In JavaScript, I used MyGrid.Search('');, so I guess this may also be available in C# code.

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