PageSize

Config.PageSize property

设置是否分页 GridJs会根据PageSize限制行大小,如果PageSize为-1则不做分页 默认值为-1

public static int PageSize { get; set; }

也可以看看