Hello,
I need to have a grid with PageSizeOptions set to : [’80’,’100′,’200′,’500′,’infity’].
Of course, this is not possible like that : the word ‘infinity’ is not recognize! But, is there a way to add a number which tell to grid : when i click on this number, i want ALL records on one page? (so, the page is unlimited)
Of course, i don’t know the number of result when i display the grid, so i can’t push the max number in the array of PageSizeOptions … and also, if i push “862”, it will be so ugly …
If there is no way to have this option, i will put a really big number … but it’s also ugly i think …
You can see an example on JSFiddle on http://jsfiddle.net/jqwidgets/Hz8GS/ (your example).
My jQWidget version : 3.3.0. jQuery version : 2.1. I use Google Chrome, but you don’t care i think
.
Best regards,
Ridbark