Good day!
I have got simple grid with simple paging.
Possible page size values are 10, 20 and 50 by default. I can set them by checking value in combobox in the bottom of the grid. This is very comfortable. But there are a lot of (more than 10000) items in my grid. So I set PageSize property of my grid for 1000. But now I can set page size only 10, 20, 50 or 1000. But I want to set it to be 100, 200, 500 also. How can I do it without spetial pager templates and using a combobox to set Page Size.
Thank you,
Lina
I have got simple grid with simple paging.
Possible page size values are 10, 20 and 50 by default. I can set them by checking value in combobox in the bottom of the grid. This is very comfortable. But there are a lot of (more than 10000) items in my grid. So I set PageSize property of my grid for 1000. But now I can set page size only 10, 20, 50 or 1000. But I want to set it to be 100, 200, 500 also. How can I do it without spetial pager templates and using a combobox to set Page Size.
Thank you,
Lina