Hi,
We're using a RadGrid with the PagerStyle.Mode set to NextPrevAndNumeric. This provides us the next/prev buttons, the numeric page selection, as well as the drop down to select page size. Beautiful.
Our only problem is the options for the page size drop down. By default we get the options of 10, 20, and 50. This may be fine for some, but we're working with grids with 600,000 records, and need to be able to get the page size up to at least 250. We can do this with the Advanced mode, but we don't want to give the users cart blanche as selecting all 600,000 rows would blow the page up for sure.
So is there a way to control what options are available in the dropdown without implementing a custom paging solution?
Thanks!
We're using a RadGrid with the PagerStyle.Mode set to NextPrevAndNumeric. This provides us the next/prev buttons, the numeric page selection, as well as the drop down to select page size. Beautiful.
Our only problem is the options for the page size drop down. By default we get the options of 10, 20, and 50. This may be fine for some, but we're working with grids with 600,000 records, and need to be able to get the page size up to at least 250. We can do this with the Advanced mode, but we don't want to give the users cart blanche as selecting all 600,000 rows would blow the page up for sure.
So is there a way to control what options are available in the dropdown without implementing a custom paging solution?
Thanks!