ComponentArt 网格 OnKeyPress 重置
有没有办法通过代码(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 JavaScript 中,我使用了 MyGrid.Search('');,所以我想这也可以在 C# 代码中使用。
In JavaScript, I used MyGrid.Search('');, so I guess this may also be available in C# code.