FilteredPaging

MainWeb.FilteredPaging property

获取或设置数据过滤后是否开启分页,当EnablePaging为true时生效

public bool FilteredPaging { get; set; }

评论

当设置为true时,控件会根据过滤后的数据进行分页,默认值为false。

也可以看看