记住请求之间的网格过滤器状态

发布于 2024-12-10 16:15:30 字数 770 浏览 0 评论 0 原文

我正在使用 Telerik asp.net mvc 扩展。 在我的应用程序中,大多数情况下我使用以下流程:

  1. 显示网格
  2. 单击按钮并执行业务操作
  3. 重定向回网格。

问题是,当用户在 1 中选择某个过滤器时,该过滤器会在 3 中丢失。此外,当用户从菜单操作中选择显示网格并且不应用最后使用的过滤器时,这有点烦人。

网格过滤器存储在 URL 中(GET 方法)。

如:

http://localhost/IncomingRequest?IncomingRequestGrid-page=1&IncomingRequestGrid-orderBy=IncomingDate-desc&IncomingRequestGrid-groupBy=~&IncomingRequestGrid-filter=IncomingDate~gt~datetime'2011 -10-20T08-10-11'~and~CartNumber~endswith~'xx'

我想要的是记住过滤请求之间的状态。这可行吗?

I'm using Telerik asp.net mvc extensions.
In my application in most cases I'm using the following flow:

  1. Show Grid
  2. Click on the button and perfom business action
  3. Redirect back to Grid.

The problem is that when the user chose some filter in 1. then this filter is lost in 3. Additionally it is kind of annoying when the user chooses from the menu action to show grid and the last used filter is not applied.

Grid filters are stored in URL (GET method).

Such as:

http://localhost/IncomingRequest?IncomingRequestGrid-page=1&IncomingRequestGrid-orderBy=IncomingDate-desc&IncomingRequestGrid-groupBy=~&IncomingRequestGrid-filter=IncomingDate~gt~datetime'2011-10-20T08-10-11'~and~CartNumber~endswith~'xx'

What I would want is to remember filter state between requests. Is this doable?

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

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

发布评论

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

评论(1

近箐 2024-12-17 16:15:31

请查看主题。您可以坚持过滤排序和分页。解决方案是针对服务器绑定的ajax绑定,您可以遵循此帖子

Please have a look at this thread. you can persist filter sorting and paging. The solution is for ajax binding for server binding you may follow this post

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