I am implementing Dojo
EnhancedGrid
with pagination and there is something called items per page
.
10 | 20 | 30 | 40 | 50| all.
Suppose I select here 20 in the EnhancedGrid
pagination. How to access the value 20 from the program? I want to get this value and store it in a variable say Page-size
.
I am using Dojo
version 1.6.1