通过一项操作按多个条件过滤 RadGrid 内容

发布于 2024-11-19 02:05:19 字数 135 浏览 2 评论 0原文

我正在尝试优化 RadGrid 过滤对我来说的工作方式。例如,我想按几列过滤内容,但不想对每一列一一应用过滤器。我总是使用“包含”过滤器,没有其他过滤器。因此,我只想将搜索条件输入到几列中,并执行一些操作以在回发后应用所有这些条件。我们有能力做这样的事吗?

I'm trying to optimize the way RadGrid filtering works for me. For example, I want to filter content by several columns, but don't want to apply filter to each of them one-by-one. I always use "Contains" filter, nothing else. So, I want just to input search criteria into several columns and do something to get all of them applied after postback. Do we have an ability of doing such thing?

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

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

发布评论

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

评论(1

软糖 2024-11-26 02:05:19

您有两种选择来执行此操作

1- 如果适合您的客户,您可以使用 RadFilter 的 RadFilter 进行过滤。

请查看此 telerik 演示的更多信息。

2- 禁用默认网格过滤,并为网格 CommandItemTemplate 中需要过滤的列添加自定义文本框,并添加“搜索”按钮。在这种情况下,用户将输入所有搜索数据,然后单击“搜索”按钮来过滤网格。

有关详细信息,请查看此演示此 Telerik 帮助帖子

You have two options to perform this

1- You can use filtering with RadFilter for Rad Grid if this will be suitable to your client.

Please check more on this telerik demos.

2- Disable default grid filtering and add your custom textboxes for columns you need to filter with in the grid CommandItemTemplate and add a "Search" button. In this case user will enter all search data then click on "Search" button to filter the grid.

For more information, please check this demo and this telerik help post

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