当前您所在的位置:首页>新闻中心>新品发布
新品发布
行业动态
营销活动

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

发布时间:2020/09/19 浏览量:1833

Kendo UI目前最新提供Kendo UI forjQuery、Kendo UI forAngular、Kendo UISupport for React和Kendo UISupport for Vue四个控件。Kendo UI for jQuery是创建现代Web应用程序的完整UI库。

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



  5.  
  6.  

 

 

 

 

 

 



  • #= 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



    6.  
    7.  

     

     

     

     

    北京哲想软件有限公司