Kendo UI for jQuery数据管理使用教程:过滤器状态保持

Kendo UI目前最新提供Kendo UI forjQueryKendo UI forAngularKendo UISupport for ReactKendo UISupport for Vue四个控件。Kendo UI for jQuery是创建现代Web应用程序的完整UI库。


Kendo UI for jQuery数据管理使用教程:过滤器状态保持_第1张图片


Kendo UI Filter小部件是一个统一的控件,用于筛选具有数据源的数据绑定组件。

使用Kendo UI for jQuery的过滤器,您可以存储其过滤器表达式并为用户恢复其状态。

恢复负载状态

例如,您只能存储过滤器表达式,并使过滤器能够在用户下次访问页面时应用它。

下面的示例演示如何使用change事件自动应用过滤并保持Filter的最新状态。重新加载页面后,存储的设置将提供给过滤器配置并应用。


  1. Change the filter.

  2. Reload the page:

  3. The widget will be initialized with the settings that werestored.

  4. Clear the stored information to start fresh: Clear





  • #= name #, aged #= age #, is on vacation: #=isOnLeave #

  • 按需加载设置

    您还可以在发生应用程序逻辑事件时保存并加载筛选器的先前特定状态。

    下面的示例演示如何获取当前的过滤器表达式和任何其他设置,并在需要时应用它们。


    1. Change the state of the filter.

    2. Save the state

    3. Change the state of the filter again.

    4. Load the state: Load

    5. Clear the state: Clear



    公司名称:北京哲想软件有限公司

    北京哲想软件官方网站:www.cogitosoft.com

    北京哲想软件微信公众平台账号:cogitosoftware

    北京哲想软件微博:哲想软件

    北京哲想软件邮箱:[email protected]

    销售(俞先生)联系方式:+86(010)68421378

    微信:18610247936 QQ:368531638


    你可能感兴趣的:(Kendo UI for jQuery数据管理使用教程:过滤器状态保持)