Config.PageSize

Config.PageSize property

Sets/Gets whether to do pagination GridJs will limit the row size based on the PageSize,if PageSize is -1,it will not do pagination the default value is -1

public static int PageSize { get; set; }

See Also