【问题标题】:Does Angular Kendo supports server side pagination?Angular Kendo 是否支持服务器端分页?
【发布时间】:2018-12-15 08:17:21
【问题描述】:

AngularJS Kendo 默认支持服务器端分页。这可以使用标志 serverPaging: true 来启用

现在我们正在迁移到 Angular v6 我正在探索https://www.telerik.com/kendo-angular-ui,但找不到任何关于默认支持服务器端分页的参考。

分页模板根据可用的总记录构建菜单。它不能单独使用总数记录来操作。

如果有人使用最新的 kendo-ui 实​​现了服务器端分页,请分享方法

【问题讨论】:

    标签: angular kendo-ui


    【解决方案1】:

    Angular 数据绑定组件的 Kendo UI 不知道它们的数据来自哪里。用于数据操作(包括分页)the Grid relies on emitting events that contain all necessary information for processing the data accordingly - 在客户端或服务器上。

    以下示例演示了具有服务器端数据操作的 Grid:

    EXAMPLE 1

    EXAMPLE 2

    【讨论】:

    • 谢谢。我使用了上面链接中提到的相同方法,它对我有用。
    猜你喜欢
    • 2013-11-11
    • 1970-01-01
    • 2019-06-05
    • 2023-03-12
    • 1970-01-01
    • 1970-01-01
    • 2014-08-20
    • 2014-02-18
    相关资源
    最近更新 更多