I want to set Records per page limit should be always all in a grid in ASP.Net.
By default the limit is in 20 records per page, But It should be "All" records per page.
I am still new in ASP.NET. May I know how to do it in ASP.NET. ?
I want to set Records per page limit should be always all in a grid in ASP.Net.
By default the limit is in 20 records per page, But It should be "All" records per page.
I am still new in ASP.NET. May I know how to do it in ASP.NET. ?
Copyright © 2021 Jogjafile Inc.
To add the ALL option to the page size selector, you need to append -1 to the value of the PageSizeOptions property.
You can follow this link for more detail: http://www.obout.com/grid/aspnet_paging_all_records.aspx http://www.obout.com/grid/grid_paging_customize.aspx