If I want to add paging information to a list, ie there are 10 items in view
and 40 total so you are on page 1/4, what is the best way to get that data.
Obviously length of the dataProvider will give me total items, but how can I
see how many are currently visible? Looks like there is a protected property
"visibleData" in List, so if I subclass I could use that. Is that the best
way to do it?

Reply via email to